Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commands: refactor registration | Robin Jarry | 2024-01-20 | 1 | -1/+5 |
* | cd: fix completion of folders with a space | Robin Jarry | 2024-01-17 | 1 | -12/+1 |
* | commands: use completion from go-opt | Robin Jarry | 2023-10-28 | 1 | -4/+3 |
* | commands: parse arguments with go-opt | Robin Jarry | 2023-10-28 | 1 | -11/+7 |
* | app: export global functions | Robin Jarry | 2023-10-10 | 1 | -3/+3 |
* | widgets: rename package to app | Robin Jarry | 2023-10-10 | 1 | -3/+3 |
* | xdg: get rid of deprecated dependencies | Robin Jarry | 2023-08-27 | 1 | -5/+2 |
* | statusline-format: add %p placeholder for current path | Bence Ferdinandy | 2022-09-19 | 1 | -0/+1 |
* | lint: apply new formatting rules | Moritz Poldrack | 2022-08-01 | 1 | -3/+1 |
* | go.mod: change base git url | Robin Jarry | 2021-11-05 | 1 | -1/+1 |
* | Make commands join args with spaces | Jeffas | 2019-09-20 | 1 | -11/+5 |
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 1 | -3/+3 |
* | Add filesystem completions for :attach and :cd | Galen Abell | 2019-08-02 | 1 | -1/+17 |
* | Implement basic tab completion support | Gregory Mullen | 2019-06-29 | 1 | -2/+12 |
* | Allow no arguments to :cd | Tadeo Kondrak | 2019-06-05 | 1 | -3/+5 |
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 1 | -1/+1 |
* | Add context-specific commands | Drew DeVault | 2019-03-21 | 1 | -1/+1 |
* | Fix help string for :cd | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
* | Rename :cd -> :cf, add :cd | Drew DeVault | 2019-03-15 | 1 | -11/+21 |
* | Implement :cd command | Drew DeVault | 2019-03-14 | 1 | -0/+35 |