Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | widgets/directories.go -> widgets/dirlist.go | Drew DeVault | 2019-03-14 | 1 | -156/+0 |
| | |||||
* | Implement :cd command | Drew DeVault | 2019-03-14 | 1 | -2/+16 |
| | |||||
* | Start building out command subsystem | Drew DeVault | 2019-03-10 | 1 | -0/+37 |
| | |||||
* | Add loading spinner | Drew DeVault | 2019-01-13 | 1 | -1/+19 |
| | |||||
* | Issue IMAP SELECT command | Drew DeVault | 2019-01-13 | 1 | -0/+1 |
| | |||||
* | Simplify approach to directory list | Drew DeVault | 2019-01-13 | 1 | -3/+18 |
| | | | | This doesn't really need to be abstract tbh | ||||
* | Revert "Add abstract list, update dirlist accordingly" | Drew DeVault | 2019-01-13 | 1 | -45/+26 |
| | | | | This reverts commit 3157897c1a20e5638feaf56e753b7886bc4ba267. | ||||
* | Revert "Render selected list item differently" | Drew DeVault | 2019-01-13 | 1 | -7/+3 |
| | | | | This reverts commit 60284850f22624a03996e882fcfd6aeb2af88b93. | ||||
* | Render selected list item differently | Drew DeVault | 2019-01-13 | 1 | -3/+7 |
| | |||||
* | Add abstract list, update dirlist accordingly | Drew DeVault | 2019-01-13 | 1 | -26/+45 |
| | |||||
* | Filter dirlist according to user config | Drew DeVault | 2019-01-13 | 1 | -5/+18 |
| | |||||
* | Add directory list widget | Drew DeVault | 2019-01-13 | 1 | -0/+58 |