diff options
| author | triethyl <triethylammonium@pm.me> | 2025-10-27 14:23:32 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-10-27 14:23:32 -0400 |
| commit | 939d761c32904c408290d6764930d31e0cc890ab (patch) | |
| tree | b25b0a73d76228f910ebfcb2979b0afa8dc20bd2 /home-manager/features/cli/scripts/spiral/plan.md | |
| parent | fe7c52513cb49b7e56968bb1d759c7428d1e97f6 (diff) | |
home manager: cleaned up and edited desktop
Diffstat (limited to 'home-manager/features/cli/scripts/spiral/plan.md')
| -rw-r--r-- | home-manager/features/cli/scripts/spiral/plan.md | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/home-manager/features/cli/scripts/spiral/plan.md b/home-manager/features/cli/scripts/spiral/plan.md deleted file mode 100644 index adbcba0..0000000 --- a/home-manager/features/cli/scripts/spiral/plan.md +++ /dev/null @@ -1,47 +0,0 @@ -# Spiral Plan - -## Main Functions - -Are ran by the user. - -- `main new (--no-frontmatter (-n)) (title: <string>)` -- `main open (--by-title (-t)) (--by-contents (-c)) (title: <string>)` -- `main tags (tag: <string>)` -- `main remove (--by-title (-t)) (--by-contents (-c)) (title: <string>)` -- `main list` -- `main restore (--by-title (-t)) (--by-contents (-c)) (title: <string>)` -- `main journal (date: <string>)` - -## Action Functions - -Accept parameters and perform an action. - -- `create_note (--no-frontmatter) --title <string>` -- `create_journal_entry --title <string>` -- `open_file_in_editor --dir <dir>` - -## Interface Functions - -Accept a prompt and other data and return a value from the user. - -- `get_confirmation --prompt <string> -> bool` -- `get_string_input --prompt <string> -> string` -- `get_choice_from_list --list <list> -> string` -- `get_choice_from_dir --dir <dir> -> path` -- `get_choice_from_dir_file_contents --dir <dir> -> path: line number` -- `get_choice_from_note_titles --dir <dir> -> path` - -## String Manipulation Functions - -Accept, modify, and return strings. - -- `title_to_path title: <string> -> path` -- `strip_line_number string: <string> -> string` -- `generate_note_text (--no-frontmatter) --title <string> -> string` - -## File Manipulation Functions - -Read, write, or otherwise manipulate files. - -- `parse_note_frontmatter path: <path> -> record` -- `list_notes -> table` |
