summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactored main.c into many filesLouis Burda2022-02-141-1371/+13
|
* Added command status and move and copy cmdsLouis Burda2022-02-131-21/+194
|
* Fix inputln uninitialized, missing counterLouis Burda2022-02-131-1/+2
|
* New list interface for fast tail accessLouis Burda2022-01-271-29/+35
|
* Make track_show_playlist keybind switch panes automaticallyLouis Burda2022-01-261-1/+7
|
* Prioritize ITEM_SEL style to ITEM_PREVLouis Burda2022-01-261-12/+12
|
* Added index files, fixed cmd input bugsLouis Burda2022-01-261-29/+114
|
* Added keybind to force window refreshLouis Burda2022-01-241-0/+3
|
* Added tag search mode to select quicklyLouis Burda2022-01-241-18/+90
|
* Dont rely on d_type for loading tracksLouis Burda2022-01-241-9/+13
|
* Allow switch between playlist and tracks in hovered tagLouis Burda2022-01-081-7/+38
|
* Closed memory leaksLouis Burda2022-01-081-21/+40
|
* Added MPRIS controlLouis Burda2022-01-071-43/+53
|
* More refactoring, moved track manipulation into playerLouis Burda2021-12-291-113/+101
| | | | Planning on creating a modular player_backend component
* Refactor for readability, use static line buffer for statusline etcLouis Burda2021-12-281-203/+243
|
* In working condition, but with shitty implementation for selecting next trackLouis Burda2021-12-281-28/+32
|
* refactored autoplay and prev/next functionalityLouis Burda2021-12-271-21/+19
|
* Restructured repository and added automatic make dependency generationLouis Burda2021-12-201-0/+985