index
:
rmptui
master
A mpd client in rust
Krolyxon
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
app.rs
Age
Commit message (
Collapse
)
Author
2024-04-28
have queue list as primary widget
krolxon
2024-04-28
add no. of items in queue list title
krolxon
2024-04-28
add unadded songs to queue on <space>
krolxon
2024-04-28
keybind: goto top, bottom
krolxon
2024-04-28
increment file index when <space>
krolxon
2024-04-28
Major changes to queue pushing added search feature to playlist and queue
krolxon
2024-04-27
added keybind to remove highlighted song from queue
krolxon
2024-04-26
add to playlist feature
krolxon
2024-04-26
add search functionality
krolxon
2024-04-26
alot of edge cases removed, ui improvments
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
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