about summary refs log tree commit diff
path: root/saneterm/completion.py
Commit message (Collapse)AuthorAgeFilesLines
* completion: also match paths containing a ~ characterSören Tempel2021-06-061-0/+5
| | | | | Currently, the tilde character is not replaced by $HOME in the file name which may cause issues with application not expanding tilde themselves.
* completion: suggest shortest match firstSören Tempel2021-06-021-0/+3
|
* completion: Fix check for absolute pathSören Tempel2021-05-311-1/+1
|
* Preliminary tab completion supportSören Tempel2021-05-311-0/+93