summaryrefslogtreecommitdiffstats
path: root/src/cmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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