├── .gitattributes ├── LICENSE ├── cleandesk-show-tree.png ├── cleandesk.el └── readme.org /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtrppl/cleandesk/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtrppl/cleandesk/HEAD/LICENSE -------------------------------------------------------------------------------- /cleandesk-show-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtrppl/cleandesk/HEAD/cleandesk-show-tree.png -------------------------------------------------------------------------------- /cleandesk.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtrppl/cleandesk/HEAD/cleandesk.el -------------------------------------------------------------------------------- /readme.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rtrppl/cleandesk/HEAD/readme.org --------------------------------------------------------------------------------