Version 0.3.0-alpha
- Implemented search! Checkout
Rustique help searchon how to use it - You can now change what information to display with search via the config file!
- You can modify the display table for the list and search command via Rustique! Checkout ./Rustique config help table. A wiki page will be going up for this as there is a lot to it.
- If the config.toml file is malformed, the malformed config is backed up and a new config will be created with a nice message.
This was another large update. Implementing the search command and handling the table styling from the config file took a lot of work and I'm pretty happy with how it turned out.
The following commands are now live
./Rustique search
./Rustique config table [set,list,reset,del]
Search is pretty straight forward and there may be some bugs, so please let me know if you find any.
The table config is a bit complex at first site, so I will be making a wiki page to document how to use it here shortly.