summaryrefslogtreecommitdiffstats
path: root/clerk
AgeCommit message (Expand)AuthorFilesLines
2017-08-06implement setting for random number of songsRasmus Steinke1-3/+2
2017-08-06use grep to find bindingsRasmus Steinke1-1/+1
2017-08-06add help and random panesRasmus Steinke1-8/+67
2017-08-06select multiple entries with TabRasmus Steinke1-0/+8
2017-08-06exit clerk when using rofi interfaceRasmus Steinke1-0/+7
2017-08-06remove io_select moduleRasmus Steinke1-1/+0
2017-08-05make player configurableRasmus Steinke1-1/+2
2017-08-05remove old codeRasmus Steinke1-21/+0
2017-08-05export variableRasmus Steinke1-0/+2
2017-08-05use -f to run tmux interfaceRasmus Steinke1-22/+39
2017-08-05remove unused variableRasmus Steinke1-5/+0
2017-08-05automatically run rofi on cli argumentsRasmus Steinke1-12/+14
2017-08-05fix quotingRasmus Steinke1-2/+2
2017-08-05remove debug modulesRasmus Steinke1-2/+0
2017-08-05fix spellingRasmus Steinke1-7/+7
2017-08-05fix sprintf for albumsRasmus Steinke1-2/+2
2017-08-05add executableRasmus Steinke1-0/+278
2017-08-03First draft of perl versionRasmus Steinke1-2127/+0
2017-07-22fix location for album listRasmus Steinke1-1/+1
2017-07-22Implement xdg specification base directorynicodebo1-38/+69
2017-07-16use pure awk for cache creationRasmus Steinke1-6/+5
2017-07-15Use own column implementation. This should make clerk work on BSD and debianRasmus Steinke1-3/+4
2017-06-07fix keybindings for new rofiRasmus Steinke1-39/+45
2017-02-14also backup on instant rateRasmus Steinke1-0/+13
2017-02-14only perform backup once an hourRasmus Steinke1-3/+12
2017-02-14delete trackratings before dumping stickersRasmus Steinke1-0/+1
2017-02-07add auto backup for track ratingsRasmus Steinke1-0/+3
2017-01-28fix backup menuRasmus Steinke1-2/+1
2016-07-22pushRasmus Steinke1-12/+6
2016-07-21add new multi select option from upstream rofiRasmus Steinke1-0/+2
2016-07-20use tab to select songs/albumsRasmus Steinke1-26/+28
2016-07-06re-factor album listsRasmus Steinke1-3/+3
2016-06-12fix separatorRasmus Steinke1-1/+1
2016-06-12fix selecting last lineRasmus Steinke1-5/+5
2016-06-11show cd number if presentRasmus Steinke1-2/+2
2016-06-07fix addplayRasmus Steinke1-3/+6
2016-06-07fix insert and playRasmus Steinke1-3/+5
2016-06-07change the way albums are addedRasmus Steinke1-133/+31
2016-04-23replace random whitespace with \sRasmus Steinke1-1/+1
2016-04-23add -regex in default config. This advances the filtering for albumsRasmus Steinke1-1/+1
2016-04-23fix rofi callsRasmus Steinke1-33/+37
2016-04-23rename all dmenu_t instances to _rofiRasmus Steinke1-40/+40
2016-04-22make dmenu_t a function. fixes rofi options that need quotingRasmus Steinke1-4/+3
2016-04-20better phrasing for random song dialogRasmus Steinke1-1/+1
2016-04-20sort playlists alphabeticallyRasmus Steinke1-1/+1
2016-04-20catch return code 1 for --rssRasmus Steinke1-0/+5
2016-04-20dont show window when suspending/resuming from cliRasmus Steinke1-4/+12
2016-02-27catch --updateRasmus Steinke1-1/+4
2016-02-26remove breakRasmus Steinke1-1/+0
2016-02-25better logic when to updateRasmus Steinke1-8/+10