Crates.io | rusmo |
lib.rs | rusmo |
version | 1.0.1 |
source | src |
created_at | 2020-10-29 23:50:22.489406 |
updated_at | 2023-03-13 03:56:02.489613 |
description | Assist your memo life to improve your productivity |
homepage | |
repository | |
max_upload_size | |
id | 306835 |
size | 21,371 |
rusmo is a command which is create,edit,delete markdown file on your favorit editor.
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
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
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
MIT
Hasu