Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wenkokke/talon-user
- Owner: wenkokke
- Created: 2021-11-26T18:34:08.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-16T10:02:26.000Z (about 2 years ago)
- Last Synced: 2023-03-23T09:32:05.194Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 493 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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