tests: test commands
This commit is contained in:
parent
d3ad87211e
commit
570c29d9f1
16 changed files with 235 additions and 52 deletions
12
README.md
12
README.md
|
|
@ -2,12 +2,10 @@
|
|||
|
||||
[(r)age](https://github.com/woodruffw/pyrage) encrypted note-taking CLI app
|
||||
|
||||
## install and init
|
||||
|
||||
You can use plain `pip` but I'd recommend `pipx`
|
||||
## install
|
||||
|
||||
```shell
|
||||
pipx install halig
|
||||
pip install halig
|
||||
```
|
||||
|
||||
## cli mode
|
||||
|
|
@ -16,8 +14,4 @@ pipx install halig
|
|||
$ halig edit some_notebook # edit today's note
|
||||
$ halig edit some_notebook/foo # edit /path/to/some_notebook/foo.age
|
||||
$ halig notebooks # list current notebooks
|
||||
```
|
||||
|
||||
## tui mode
|
||||
|
||||
wip
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue