TUI for browsing current iteration stories from Shortcut and managing one-note-per-story markdown files. Notes have YAML frontmatter with story metadata and are Obsidian-compatible.
cargo install --path .- Set
$EDITOR - Get a Shortcut API token
- Create config at
~/.config/arc/config.toml:
notes_dir = "~/notes/work"
api_token = "your-token-here"
# cache_dir = "~/.cache/arc" # optionalarc # launch TUI
arc open # open note for active story in $EDITOR
arc tmux # open/attach tmux session for active story
arc migrate # one-time: move shortcut-notes config/cache/notes to arc
| Key | Action |
|---|---|
j/k |
Navigate |
Enter |
Open note |
Space |
Expand/collapse description |
a |
Set active story |
t |
Tmux session |
1-4 |
Switch tabs |
q |
Quit |
cargo run # run
DUMMY_DATA=1 cargo run # run without API calls
cargo test # test
cargo clippy # lint