xpm

x package manager, a uniform interface to various POSIX package managers
git clone git://src.gearsix.net/xpm
Log | Files | Refs | Atom | README

DateCommit messageAuthorFiles+-
2023-01-22 11:43changed appdir to ~/Library for Darwingearsix1+2-0
2023-01-05 14:18forgot to rm the installed_* functionsgearsix1+2-33
2022-12-28 18:14updated function of 'list' and 'query'gearsix1+13-15
2022-12-26 17:17added `ls`; removed $INSTALLED;shellcheck passgearsix1+21-8
2022-06-15 22:35improved package manager identificationgearsix1+60-42
2022-06-15 22:11fixed all shellcheck errorsgearsix1+50-51
2022-04-28 09:27added shorthand commands to usage()Alex Collins1+5-5
2022-04-27 12:09added brew support; added TODO.txt;Alex Collins2+7-0
2022-04-04 09:09minor fix to file checksgearsix1+12-6
2022-04-03 12:29apt remove -> apt purgegearsix1+1-1
2022-04-01 11:21added hook supportgearsix2+44-18
2022-03-22 17:48added usage()gearsix1+16-0
2022-03-22 17:42added xpm updategearsix1+14-0
2022-03-17 17:22doc: updated READMEgearsix1+19-1
2022-03-17 17:21added XPM_NOTRACK option, skips the installed_* functionsgearsix1+4-0
2022-03-17 16:58xpm.sh 0755 -> 0644gearsix1+0-0
2022-03-17 16:57set_xpm_* -> xpm_*, now perform functiongearsix1+30-30
2022-03-17 16:44tidyup: removed TRACK_INSTALLED; TRACK_INSTALLED_FILE -> INSTALLEDgearsix1+17-18
2022-03-17 15:17fix to checks on track_installed_*; added sudo to xpm install/removegearsix1+16-15
2022-03-16 21:05added search; bugfix to install; unknown package manager error messagegearsix1+35-8
2022-03-15 15:30doc: started to pretty-up README, README->README.mdgearsix2+16-2
2022-03-15 15:22added TRACK_INSTALLED and set_xpm_query; renamed pm->xpmgearsix1+47-11
2022-03-15 14:58start; identifying install/remove cmdgearsix1+26-0
2022-03-15 14:57git init; README with ideagearsix1+2-0