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-06-01
move FileExtension to utils.rs
krolxon
2024-06-01
fix #8
krolxon
2024-05-31
workaround for #7, fix error when using 'Space'
krolxon
2024-05-30
workaround for #7, fix error when using 'Space'
krolxon
2024-05-25
workaround for #7
krolxon
2024-05-19
<Space> for adding entire directory to queue
krolxon
2024-05-16
remove use of contains()
krolxon
2024-05-16
syntactical suger
krolxon
2024-05-16
assert filenames instead of seeing if it contains
krolxon
2024-05-14
change highlighting of current song in queue
krolxon
2024-05-14
sort pl_list
krolxon
2024-05-13
remove unnecessary comments
krolxon
2024-05-13
fix #4
krolxon
2024-05-12
fix highlight delay when song deleted from queue
krolxon
2024-05-01
remove queue struct, and use generics of ContentList
krolxon
2024-05-01
abide by the lord clippy
krolxon
2024-04-30
move queue into its own file, and optimize it
krolxon
2024-04-30
add rename playlists feature
krolxon
2024-04-29
remove redundant functions and add comments
krolxon
2024-04-29
get rid of humantime crate
krolxon
2024-04-29
add metadata in directory tree
krolxon
2024-04-29
fix queue deletion to perfection
krolxon
2024-04-28
fix queue deletion & make get_full_path return an option
krolxon
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