Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-26 | add playlist support | Rasmus Steinke | 2 | -4/+52 | |
2017-07-26 | fix Makefile | Rasmus Steinke | 1 | -3/+0 | |
2017-07-26 | merge all scripts into one, hopefully without breakage | Rasmus Steinke | 5 | -128/+113 | |
2017-07-22 | fix location for album list | Rasmus Steinke | 1 | -1/+1 | |
2017-07-22 | Merge pull request #30 from nicodebo/xdg_dir | Rasmus Steinke | 3 | -53/+85 | |
Implement xdg specification base directory | |||||
2017-07-22 | Implement xdg specification base directory | nicodebo | 3 | -53/+85 | |
Follow xdg base directory specification, see https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html - Use $XDG_CONFIG_HOME if it is set, otherwise use $HOME/.config - Use $XDG_DATA_HOME if it is set, othewise use $HOME/.local/share - split the clerk files between those two hereabove metionned directories by keeping the clerk/config and clerk/podcasts inside $XDG_CONFIG_HOME, and the rest inside $XDG_DATA_HOME - Put all the file variables definition in a centralized location for easier maintenance. - Updated the README to reflect the XDG support | |||||
2017-07-22 | Merge pull request #29 from nicodebo/fix_albumrating | Rasmus Steinke | 1 | -6/+7 | |
Fix albumratings does not exist | |||||
2017-07-22 | Fix albumratings does not exist | nicodebo | 1 | -6/+7 | |
The first time rating an album, a FileNotFoundError is raised because ~/.config/clerk/albumratings.json does not exists: - Moved the file opening (i.e. load_fastlist) inside the 'try' block and added an except clause, to catch the FileNotFoundError exception and process it accordingly. - Moved the action of saving the json track database and setting the sticker into a 'finally' block in order not to duplicate lines of code in the different blocks of the try/except. - Replaced the 'artist' tag with the 'albumartist' one. | |||||
2017-07-21 | Merge pull request #28 from nicodebo/fix_trackrating | Rasmus Steinke | 1 | -5/+9 | |
Fix trackrating does not exist | |||||
2017-07-21 | Fix trackrating does not exist | nicodebo | 1 | -5/+9 | |
The first time rating a track, a FileNotFoundError is raised because ~/.config/clerk/trackratings.json does not exists: - Moved the file opening (i.e. load_fastlistTrack) inside the 'try' block and added an except clause, to catch the FileNotFoundError exception and process it accordingly. - Moved the action of saving the json track database and setting the sticker into a 'finally' block in order not to duplicate lines of code in the different blocks of the try/except. | |||||
2017-07-18 | Merge pull request #26 from nicodebo/zsh_completion | Rasmus Steinke | 2 | -0/+116 | |
Add zsh completion script | |||||
2017-07-18 | Add zsh completion script | nicodebo | 2 | -0/+116 | |
- Update the readme with installation instruction | |||||
2017-07-16 | Remove perl column | Rasmus Steinke | 1 | -1/+0 | |
2017-07-16 | use pure awk for cache creation | Rasmus Steinke | 3 | -43/+15 | |
2017-07-15 | make clerk_fzf use new perl column script | Rasmus Steinke | 1 | -6/+8 | |
2017-07-15 | properly ommit last column in loop | Rasmus Steinke | 1 | -1/+1 | |
2017-07-15 | Use own column implementation. This should make clerk work on BSD and debian | Rasmus Steinke | 3 | -3/+33 | |
2017-06-07 | fix keybindings for new rofi | Rasmus Steinke | 1 | -39/+45 | |
2017-05-05 | Merge branch 'master' of https://github.com/carnager/clerk | Rasmus Steinke | 1 | -2/+1 | |
2017-05-05 | remove obsolete copy vi option | Rasmus Steinke | 1 | -1/+0 | |
2017-04-20 | Merge pull request #22 from iAmMrinal0/patch-1 | Rasmus Steinke | 1 | -2/+1 | |
Fix screenshot not shown in README | |||||
2017-04-20 | Fix screenshot not shown in README | Mrinal Purohit | 1 | -2/+1 | |
2017-02-14 | also backup on instant rate | Rasmus Steinke | 1 | -0/+13 | |
2017-02-14 | only perform backup once an hour | Rasmus Steinke | 1 | -3/+12 | |
2017-02-14 | delete trackratings before dumping stickers | Rasmus Steinke | 1 | -0/+1 | |
2017-02-07 | add auto backup for track ratings | Rasmus Steinke | 2 | -1/+7 | |
2017-01-28 | fix backup menu | Rasmus Steinke | 1 | -2/+1 | |
2016-08-16 | check config | Rasmus Steinke | 1 | -0/+11 | |
2016-08-16 | make animation optional | Rasmus Steinke | 2 | -1/+7 | |
2016-07-31 | add warning about tmux config file | Rasmus Steinke | 1 | -0/+2 | |
2016-07-31 | fix text | Rasmus Steinke | 1 | -1/+1 | |
2016-07-31 | use column to pad text | Rasmus Steinke | 1 | -1/+1 | |
2016-07-31 | dynamically generate help screen | Rasmus Steinke | 2 | -25/+14 | |
2016-07-31 | fix typo in help | Rasmus Steinke | 1 | -1/+1 | |
2016-07-31 | remove elif, whereever that came from | Rasmus Steinke | 1 | -3/+0 | |
2016-07-31 | export MPD_HOST | Rasmus Steinke | 1 | -0/+17 | |
2016-07-22 | change default kill binding | Rasmus Steinke | 1 | -1/+1 | |
2016-07-22 | make custom tmux config actually work | Rasmus Steinke | 1 | -0/+18 | |
2016-07-22 | add quit hotkey | Rasmus Steinke | 3 | -1/+5 | |
2016-07-22 | update tmux config | Rasmus Steinke | 1 | -72/+18 | |
2016-07-22 | make tmux config configurable | Rasmus Steinke | 3 | -27/+8 | |
2016-07-22 | create config dir, if needed | Rasmus Steinke | 1 | -0/+5 | |
2016-07-22 | push | Rasmus Steinke | 1 | -12/+6 | |
2016-07-21 | properly relaunch stuff | Rasmus Steinke | 1 | -8/+4 | |
2016-07-21 | add help text and kill command | Rasmus Steinke | 1 | -11/+23 | |
2016-07-21 | properly start sl | Rasmus Steinke | 1 | -2/+1 | |
2016-07-21 | use the proper way to start processes in tmux | Rasmus Steinke | 1 | -8/+8 | |
2016-07-21 | fix script name | Rasmus Steinke | 1 | -1/+1 | |
2016-07-21 | fix re-creation of caches | Rasmus Steinke | 3 | -2/+4 | |
2016-07-21 | fix odd spacing error | Rasmus Steinke | 1 | -5/+5 | |