aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-22sort contents in filetreekrolxon
2024-05-21v0.1.3krolxon
2024-05-19v0.1.3krolxon
2024-05-19<Space> for adding entire directory to queuekrolxon
2024-05-16remove backspace keymapkrolxon
2024-05-16Update README.mdkrolyxon
2024-05-16add '+' to increase volumekrolxon
2024-05-16update screenshotkrolxon
2024-05-16convert keys into table in README.mdkrolxon
2024-05-16remove use of contains()krolxon
2024-05-16syntactical sugerkrolxon
2024-05-16assert filenames instead of seeing if it containskrolxon
2024-05-15Update README.mdkrolyxon
2024-05-15Cargo.toml changeskrolxon
2024-05-14handle if mpd server is not runningkrolxon
2024-05-14v0.1.2krolxon
2024-05-14change highlighting of current song in queuekrolxon
2024-05-14sort pl_listkrolxon
2024-05-13make dmenu optional, dont crashkrolxon
2024-05-13remove unnecessary commentskrolxon
2024-05-13Revert "add demo"krolxon
This reverts commit ddf7423229c342018208c5688b10db3c1f2e5036.
2024-05-13wtfkrolxon
2024-05-13add demokrolxon
2024-05-13update Cargo.toml > v0.1.1krolxon
2024-05-13pl_append functionality for playlistskrolxon
2024-05-13ui: volume from bold to normalkrolxon
2024-05-13instantly update status on playback controlskrolxon
2024-05-13fix #4krolxon
2024-05-12update songs list on db updatekrolxon
2024-05-12exclude hidden directories in browserkrolxon
2024-05-12fix #3krolxon
2024-05-12fix #2krolxon
2024-05-12fix dmenu_play adding song even when exit without selecitonkrolxon
2024-05-12update status when switching songskrolxon
2024-05-12fix highlight delay when swapping songskrolxon
2024-05-12fix highlight delay when song deleted from queuekrolxon
2024-05-12fix #1krolxon
2024-05-10highlight current playing songs in listskrolxon
2024-05-10add stats to Connection structkrolxon
2024-05-09fix deleting from queue when only two elementskrolxon
if you have only two songs in the queue right now, and you try to delete the second song, it deletes the first song instead.
2024-05-09fix keys being registerd in editing modeskrolxon
2024-05-09remove cli mod, dependent methodskrolxon
2024-05-07general and tab specific keys seperatedkrolxon
2024-05-06remove highlight symbolskrolxon
2024-05-02add swapping keyskrolxon
2024-05-01move the keymaps to thier individual fileskrolxon
2024-05-01remove queue struct, and use generics of ContentListkrolxon
2024-05-01abide by the lord clippykrolxon
2024-04-30move queue into its own file, and optimize itkrolxon
2024-04-30add rename playlists featurekrolxon