index
:
rmptui
master
A mpd client in rust
Krolyxon
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2024-04-28
Major changes to queue pushing added search feature to playlist and queue
krolxon
2024-04-27
readme changes
krolxon
2024-04-27
added keybind to remove highlighted song from queue
krolxon
2024-04-27
use environment variable for MPD_PORT and MPD_HOST
krolxon
2024-04-26
add to playlist feature
krolxon
2024-04-26
delete this random (L) function, add comments
krolxon
2024-04-26
fix appending songs
krolxon
2024-04-26
add screenshot
krolxon
2024-04-26
add search functionality
krolxon
2024-04-26
alot of edge cases removed, ui improvments
krolxon
2024-04-25
lmao
krolxon
2024-04-25
add keymaps to readme.md and minor changes
krolxon
2024-04-25
use filetree view instead of all song list
krolxon
2024-04-25
better event handling with tick, search
krolxon
2024-04-24
use filenames in queue instead of title
krolxon
2024-04-24
use tabs instead of layouts
krolxon
2024-04-24
handle seek forwards/backwords
krolxon
2024-04-24
Fix wrong songs playing when queue is not empty
krolxon
if we are playing a song which is in the middle of somewhere in queue. it will play the wrong song, since the index points to wrong song
2024-04-24
hmm stuff
krolxon
2024-04-23
add documentation
krolxon
2024-04-23
damn
krolxon
2024-04-23
get basic tui working with Ratatui
krolxon
2024-04-22
use subcommands instead of options
krolxon
2024-04-22
remove this absolute brainfuck of a function, what the fuck
krolxon
2024-04-22
song insertion state check
krolxon
2024-04-22
add dmenu selector
krolxon
2024-04-22
get basic stuff working
krolxon
2023-05-20
first commit
krolyxon