summaryrefslogtreecommitdiffstats
path: root/src/cmd.c
Commit message (Expand)AuthorAgeFilesLines
* Update liblist api and remoteLouis Burda2023-11-121-17/+17
* Allow saving reordered tracks in tagLouis Burda2023-03-161-2/+10
* Improve player status displayLouis Burda2023-02-041-18/+18
* If trash tag exists, move tracks there on deleteLouis Burda2023-01-281-55/+25
* Fix index_dirty not set on reindex and track_rmLouis Burda2023-01-221-0/+1
* Refactor error handlingLouis Burda2023-01-121-34/+67
* Check aprintf allocation internally and add astrdup for less OOM_CHECKLouis Burda2023-01-111-9/+2
* Add rename shortcuts for tags and tracksLouis Burda2022-04-201-1/+1
* Alert track moves to same tagLouis Burda2022-03-051-0/+6
* Check destination path in copy and moveLouis Burda2022-03-051-3/+16
* Added rename commandLouis Burda2022-03-041-0/+31
* Try to preserving playing track when reindexing / movingLouis Burda2022-02-281-3/+37
* Switch from mostly ref based tracking to multi-link architectureLouis Burda2022-02-271-58/+52
* Update player playlist on changes to tag tracksLouis Burda2022-02-261-0/+2
* Migrate away from wchar_t, default to utf8Louis Burda2022-02-261-36/+119
* Refactor player interface, improve history navigation and playlist shuffleLouis Burda2022-02-251-1/+1
* Added rerun commandLouis Burda2022-02-211-14/+71
* Bug fixes, added select track shortcut and reindex commandLouis Burda2022-02-211-5/+54
* Improve error handling, history bug fixLouis Burda2022-02-141-2/+4
* Refactored main.c into many filesLouis Burda2022-02-141-0/+99