aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/directories.go
Commit message (Collapse)AuthorAgeFilesLines
* widgets/directories.go -> widgets/dirlist.goDrew DeVault2019-03-141-156/+0
|
* Implement :cd commandDrew DeVault2019-03-141-2/+16
|
* Start building out command subsystemDrew DeVault2019-03-101-0/+37
|
* Add loading spinnerDrew DeVault2019-01-131-1/+19
|
* Issue IMAP SELECT commandDrew DeVault2019-01-131-0/+1
|
* Simplify approach to directory listDrew DeVault2019-01-131-3/+18
| | | | This doesn't really need to be abstract tbh
* Revert "Add abstract list, update dirlist accordingly"Drew DeVault2019-01-131-45/+26
| | | | This reverts commit 3157897c1a20e5638feaf56e753b7886bc4ba267.
* Revert "Render selected list item differently"Drew DeVault2019-01-131-7/+3
| | | | This reverts commit 60284850f22624a03996e882fcfd6aeb2af88b93.
* Render selected list item differentlyDrew DeVault2019-01-131-3/+7
|
* Add abstract list, update dirlist accordinglyDrew DeVault2019-01-131-26/+45
|
* Filter dirlist according to user configDrew DeVault2019-01-131-5/+18
|
* Add directory list widgetDrew DeVault2019-01-131-0/+58