index
:
sinitax/tmus
master
track-arena
TUI Music Player
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call cleanup on SIGKILL and SIGTERM
Louis Burda
2022-03-31
1
-0
/
+2
*
Fix track next selection not lru
Louis Burda
2022-03-28
1
-7
/
+0
*
Switch from mostly ref based tracking to multi-link architecture
Louis Burda
2022-02-27
1
-3
/
+2
*
Refactored main.c into many files
Louis Burda
2022-02-14
1
-1371
/
+13
*
Added command status and move and copy cmds
Louis Burda
2022-02-13
1
-21
/
+194
*
Fix inputln uninitialized, missing counter
Louis Burda
2022-02-13
1
-1
/
+2
*
New list interface for fast tail access
Louis Burda
2022-01-27
1
-29
/
+35
*
Make track_show_playlist keybind switch panes automatically
Louis Burda
2022-01-26
1
-1
/
+7
*
Prioritize ITEM_SEL style to ITEM_PREV
Louis Burda
2022-01-26
1
-12
/
+12
*
Added index files, fixed cmd input bugs
Louis Burda
2022-01-26
1
-29
/
+114
*
Added keybind to force window refresh
Louis Burda
2022-01-24
1
-0
/
+3
*
Added tag search mode to select quickly
Louis Burda
2022-01-24
1
-18
/
+90
*
Dont rely on d_type for loading tracks
Louis Burda
2022-01-24
1
-9
/
+13
*
Allow switch between playlist and tracks in hovered tag
Louis Burda
2022-01-08
1
-7
/
+38
*
Closed memory leaks
Louis Burda
2022-01-08
1
-21
/
+40
*
Added MPRIS control
Louis Burda
2022-01-07
1
-43
/
+53
*
More refactoring, moved track manipulation into player
Louis Burda
2021-12-29
1
-113
/
+101
*
Refactor for readability, use static line buffer for statusline etc
Louis Burda
2021-12-28
1
-203
/
+243
*
In working condition, but with shitty implementation for selecting next track
Louis Burda
2021-12-28
1
-28
/
+32
*
refactored autoplay and prev/next functionality
Louis Burda
2021-12-27
1
-21
/
+19
*
Restructured repository and added automatic make dependency generation
Louis Burda
2021-12-20
1
-0
/
+985