https://github.com/htoooth/global-rake-tasks
https://github.com/htoooth/global-rake-tasks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/htoooth/global-rake-tasks
- Owner: htoooth
- Created: 2014-11-23T06:20:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T12:23:20.000Z (over 10 years ago)
- Last Synced: 2023-08-11T20:18:08.192Z (almost 2 years ago)
- Language: Ruby
- Size: 539 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# List of tasks: #
```
rake cleanup:cruft # Get rid of some trash in home directory
rake emacs:delete_persisted_session # Delete all session persistance files
rake emacs:el_get # update stuff managed by el-get
rake emacs:el_get:regenerate_autoloads # Regenerate all el-get autoloads
rake emacs:el_get:upgrade_packages # Upgrade all el-get packages
rake emacs:el_get:upgrade_self # Upgrade el-get
rake emacs:find_cruft # locate stale and orphaned bytecode im ~/.emacs.d directory
rake emacs:find_orphan_bytecode # Find elisp bytecode files lacking source in ~/.emacs.d directory
rake emacs:find_stale_bytecode # Find stale elisp bytecode in ~/.emacs.d directory
rake emacs:recompile_configs # Recompile all emacs configuration files
rake emacs:recompile_yasnippets # Recompile yasnippets
rake encfs:mount # Mount encrypted directory
rake encfs:new # Create encfs filesystem unless already exists
rake encfs:status # Tell whether encrypted filesystem is mounted
rake encfs:umount # Unmount encrypted directory
rake gists # clone my public gists
rake lock_screen # Lock current display using alock(1)
rake privoxy:disable # Disable privoxy
rake privoxy:enable # Enable privoxy
rake share_screenshot # Take screenshot, share it on dropbox.com and put url in clipboard
rake sqlite_vacuum # VACUUM all the sqlite database files used by firefox and thunderbird
rake wp:active # Set last used wallpaper on current display using feh(1)
rake wp:random # Set random wallpater on current display using feh(1)
rake wp:rename # Randomly rename all wallpapers
rake wp:update_if_stale # Set random wallpaper if last wallpaler change was more then a day ago
```