7 releases (2 stable)
1.0.1 | Mar 13, 2023 |
---|---|
0.1.5 | Jul 24, 2021 |
0.1.4 | Mar 15, 2021 |
0.1.3 | Jan 2, 2021 |
0.1.1 | Oct 30, 2020 |
#371 in Command-line interface
37 downloads per month
11KB
258 lines
rusmo
rusmo assist your memo life to improve your productivity.rusmo is a command which is create,edit,delete markdown file on your favorit editor.
Usage
Usage:
rusmo
rusmo (new | n) [-t <filename>]
rusmo (edit | e) <filename>
rusmo (list | l)
rusmo (config | c)
rusmo (delete | d) <filename>
rusmo (--help | --version)
Options:
-h, --help Show this screen
-v, --version Show version
-t <filename> create with title
Requiment
Installation
rusmo is available for macOS and Linux.
If you have a Rust environment set up yet, you have to set up Rust environment.
You can use the cargo install command:
$ cargo install rusmo
Configuration
run rusmo config
or rusmo c
editor = "vim" #your favorite editor
path = "/path/to/you/" #file will save here
extension = "md" #your favorite file extension
License
MIT
Author
Hasu
Dependencies
~4.5–7MB
~122K SLoC