Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wenkokke/talon-user

My Talon user configuration.
https://github.com/wenkokke/talon-user

Last synced: 10 days ago
JSON representation

My Talon user configuration.

Awesome Lists containing this project

README

        

# Organization

- `apps/` contains Talon scripts associated with applications, e.g., Firefox;
- `core/` contains Talon scripts which are always running;
- `tags/` contains Talon scripts which are activated by a certain tag;
- `tags/code/` contains Talon scripts which are associated with a programming language, e.g., Haskell;
- `tags/code/tags/` contains Talon scripts which abstract over programming language features, e.g., comments.
- `util` contains Python scripts which may be imported

# TODO

- Extract lists to CSV files
- `delimiters.py`: `delimiters_spaced`
- `delimiters.py`: `delimiter_pair`
- `keys.py`: `key_special`
- `keys.py`: `key_modifier`
- `keys.py`: `key_punctuation`
- `keys.py`: `key_symbol`
- `formatters.py`: `formatter_code`
- `formatters.py`: `formatter_prose`
- `formatters.py`: `formatter_word`
- Debug Talon HUD