aboutsummaryrefslogtreecommitdiff
path: root/commands/cd.go
AgeCommit message (Collapse)Author
2019-09-20Make commands join args with spacesJeffas
This patch ensures the following commands join their arguments with spaces to make it easier to interact with: - cf - mkdir - cd - attach - detach - ct - copy - move - save
2019-09-04all: purge redundant underscoresWagner Riffel
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
2019-08-02Add filesystem completions for :attach and :cdGalen Abell
Tab-completions now cycle through filesystem paths when using :attach or :cd commands.
2019-06-29Implement basic tab completion supportGregory Mullen
Tab completion currently only works on commands. Contextual completion will be added in the future.
2019-06-05Allow no arguments to :cdTadeo Kondrak
I often use the bare `cd` command to get back to my home directory.
2019-05-17s/aerc2/aerc/gDrew DeVault
2019-03-21Add context-specific commandsDrew DeVault
2019-03-15Fix help string for :cdDrew DeVault
2019-03-15Rename :cd -> :cf, add :cdDrew DeVault
2019-03-14Implement :cd commandDrew DeVault