updated README
This commit is contained in:
@@ -7,7 +7,7 @@ A quicker way to search up Magic the Gathering (TM) cards (no images).
|
|||||||
This repo has 2 main parts to it:
|
This repo has 2 main parts to it:
|
||||||
|
|
||||||
* The `magic_finder` rust code, which does the "heavy lifting" of updating a database, searching through it for cards, and finding close names (kind of)
|
* The `magic_finder` rust code, which does the "heavy lifting" of updating a database, searching through it for cards, and finding close names (kind of)
|
||||||
* The supporting scripts which use `[rofi](https://github.com/davatorium/rofi)`
|
* The supporting scripts which use [`rofi`](https://github.com/davatorium/rofi)
|
||||||
|
|
||||||
`magic_finder` can be used without the rofi parts if you wanted a command for loading showing basic mtg card info.
|
`magic_finder` can be used without the rofi parts if you wanted a command for loading showing basic mtg card info.
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ The `rofi` part is so that I can quickly and easily, with a couple of commands,
|
|||||||
### Magic Finder
|
### Magic Finder
|
||||||
`magic_finder` is written in rust. Check the Cargo.toml file for more specific requirements. I was compiling with rustc version 1.88, but I would not at all be surprised if it worked on rust from year(s) ago.
|
`magic_finder` is written in rust. Check the Cargo.toml file for more specific requirements. I was compiling with rustc version 1.88, but I would not at all be surprised if it worked on rust from year(s) ago.
|
||||||
|
|
||||||
### Rofi
|
### `rofi`
|
||||||
The rofi scripts require a version over (I think) 1.7.6. The scripts require the ability to set the `command` setting on the `filebrowser` option in rofi. From what I can tell, this was introduced in 1.7.6.
|
The rofi scripts require a version over (I think) 1.7.6. The scripts require the ability to set the `command` setting on the `filebrowser` option in rofi. From what I can tell, this was introduced in 1.7.6.
|
||||||
|
|
||||||
Very annoyingly, the Ubuntu repos do *not* have this version. They have an earlier version. So, to use this, you'll need to get a more recent version yourself. I compiled and installed myself. See the end of this README for how I did that.
|
Very annoyingly, the Ubuntu repos do *not* have this version. They have an earlier version. So, to use this, you'll need to get a more recent version yourself. I compiled and installed myself. See the end of this README for how I did that.
|
||||||
|
|||||||
Reference in New Issue
Block a user