Skip to content
Snippets Groups Projects
Commit 31739a96 authored by mtekman's avatar mtekman
Browse files

updated readme

parent 489fcb14
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,11 @@ e.g.
| ExampleCommandsUsingFlagsAndNaruto | Description |
|:-------|:-----------|
| `org` | provides a tree of current org-mode files at the user-set root directory |
| `org --create-config` | creates a config file where the user can actually set the root directory |
| `org naruto` | creates or opens an org-mode file called *naruto.org* at the root directory |
| `org fiction/anime/naruto` | creates or opens an org-mode file called *naruto.org* within the nested subdirectory *fiction/anime/* |
| `org fiction/anime` | provides a tree of current org-mode files in the subdirectory *fiction/anime/* |
| `org fiction/anime --all | provides a tree of ALL files in the subdirectory *fiction/anime/* |
| `org naruto --delete` | deletes file (moves it to `/tmp`) |
| `org naruto --move=fiction/anime/boruto` | moves file *naruto.org* into subdirectory *fiction/anime/* and renames it *boruto.org* |
| `org naruto --encrypt` | encrypts the existing file *naruto.org* using `aes-256-cbc` openssl encryption and renames it `naruto.crypt.org` |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment