aboutsummaryrefslogtreecommitdiffstats
path: root/src/_tmuxp
Commit message (Collapse)AuthorAgeFilesLines
* tmuxp: fix xdg dir checkedYoni Weill2023-02-071-1/+1
|
* tmuxp: fix using workspace dirs other than ~/.tmuxpYoni Weill2023-02-061-1/+8
| | | | For reference see https://github.com/tmux-python/tmuxp/blob/3ba64262839da6a643a19e70bb990ca3e589ad16/src/tmuxp/workspace/finders.py#L99-L128
* Update tmuxpShohei YOSHIDA2022-10-301-8/+65
|
* Fix typosDimitris Apostolou2021-11-121-1/+1
|
* improve tmuxp load completionsTony Narlock2018-03-141-1/+2
| | | | | | | 1. Limit wildcard json/yaml file matches to current directory 2. Preserve all directory completion (for tabbing into directories) 3. Use unlimited depth search for directories with .tmuxp.(yaml/json) inside them. tmuxp load command can load the file or the directory.
* Use _call_program when gathering list of tmux sessionsBez Hermoso2017-10-191-1/+8
|
* Dump stderrBez Hermoso2017-10-181-1/+1
|
* Implement suggestions: reduced code for session selection, fixed --help etc.Bez Hermoso2017-10-181-11/+6
|
* Add tmuxp auto-completionBez Hermoso2017-10-181-0/+131