ocarina/src/doc/todo.txt

29 lines
898 B
Plaintext

Scion To-Do List
----------------
- CLI tab completion
- Add more signals
- Scripting
- Check during startup, register as callback if some token in first line
- Run script if given as an input arg, then exit (2/17/2010)
- Run script after a signal has executed (2/20/2010)
- Variables (dict with name->string)
- *.scion == scripts. Allow adding to list of extensions
- Rename dirs
scion/
core/
plugins/
scripts/
util/
doc/
- Clean up sgtk, settings, loader, manager, cline
- Simple command line (no ncurses) (should work on windows after this)
- Documentation
- Signals (2/25/2010)
- Setting variables
- Scripts
- Better way to list signals, aliases, and settings
- Command line options for plugins
- Command line options to disable events and/or scripting
- Plugin sub-function help ("help plugins disable")