1
1
Fork
You've already forked aaa
0
Awesome, Agile Agenda
  • Rust 100%
2022年01月31日 17:17:26 -05:00
src Feat: better status bar. 2022年01月30日 14:13:47 -05:00
Cargo.toml Feat: fix cargo.toml 2022年01月31日 17:17:26 -05:00
LICENSE Feat: License. 2022年01月30日 10:42:46 -05:00
README.md Feat: readme. 2022年01月30日 12:27:26 -05:00
todo.xedoc Feat: export to markdown file. 2022年01月29日 21:13:52 -05:00

AAA: Awesome Agile Agenda

AAA aims to be a terminal based, fast, minimal, and customizable agenda/todo-list, in that order.

Installing

AAA should work on all UNIX and UNIX-like systems. To compile run cargo run --release and then cp target/release/aaa /usr/bin to copy the binary to the path.

Usage

aaa FILENAME

Keymappings

  • a
    • Add an item
  • A
    • Remove an item
  • Ctrl-a
    • Add a sub-item(only works on non-sub-items for now)
  • Ctrl-q
    • Quit
  • Ctrl-w
    • Write to file(changing the file extension to .md exports as markdown instead of xedoc)
  • Space
    • Mark item as done
  • Enter
    • Mark item and sub-items as done

Dependencies

  • Xekeys(written by me)
  • Libc

License

MPL-2.0