aboutsummaryrefslogtreecommitdiff
path: root/src/lpm.lua
AgeCommit message (Collapse)Author
2023-09-17Prioritized remote definitions.Adam Harrison
2023-09-17Fixed a number of issues relating to generating READMEs, and running ↵Adam Harrison
arbitrary lua files.
2023-09-17Fixed issues with constructing symlink bottles.Adam Harrison
2023-09-15Reverted is_stub stuff.Adam Harrison
2023-09-15Made desribe more modern.Adam Harrison
2023-09-10Added the ability to unstub plugins.Adam Harrison
2023-09-10Constructed bottles in the TMP directory, rather than directly in-place.Adam Harrison
2023-09-10Merge pull request #42 from Guldoman/PR_fix_bottle_creation_without_configAdam
Don't create user `init.lua` if no custom config was specified
2023-09-09Fix installing plugins with version containing `.`Guldoman
2023-09-09Don't create user `init.lua` if no custom config was specifiedGuldoman
2023-08-27Added in --config flag.Adam Harrison
2023-08-23Made us clear the entire bottle if we're reconstructing which is a lot safer.Adam Harrison
2023-08-18Made it so we also chmod unzipped gz files.Adam Harrison
2023-08-18Allowed for extracting of .gz files without an associated tar.Adam Harrison
2023-08-10Should fix issue 36.Adam Harrison
2023-07-27Fixed capitalization.Adam Harrison
2023-07-27Normalized paths to backslashes.Adam Harrison
2023-07-27Made it so we autoflush stderr, because windows doesn't do this.Adam Harrison
2023-07-24Added in quick way to just grab and install orphan plugins.Adam Harrison
2023-07-09Made sure size comparaisons only occur with files.Adam Harrison
2023-07-09Moved USERDIR creation down a bit.Adam Harrison
2023-07-09Added in executable path to test command.Adam Harrison
2023-07-09Updated LPM_DEFAULT_REPOSITORY to be a define, as well as fixed issue with ↵Adam Harrison
downloading from domains without paths.
2023-07-04Added in ability to pull remotes while running.Adam Harrison
2023-07-03Fixed issue with non-existent symbolic links not getting removed, and also ↵Adam Harrison
realpath returning the absolute path of a link target, rather than a link. Also, ensured that the lxl datadir is properly detected.
2023-07-01Added appropriate mkdirp to fix an issue with custom inits.Adam Harrison
2023-06-27Improved generation of manifests to not exclude -.Adam Harrison
2023-06-27Fixed warning and error.v1.0.6Adam Harrison
2023-06-27Added in shallow cloning.Adam Harrison
2023-06-27Fixed a bug on windows.Adam Harrison
2023-06-27Fixed some minor bugs, moved json to a library, updated manifest to reflect ↵Adam Harrison
this.
2023-06-20Updated lpm on plugin manager as optional, as we will use the system lpm if ↵v1.0.5Adam Harrison
available.
2023-06-20Moved help output to stdout, to be consistent with other unix tools.Adam Harrison
2023-06-19Colorized some more messages. Added in a tmp file for repository fetching, ↵Adam Harrison
so that we do not have an inconsistent state after an error.
2023-06-19Removed debug statemet.Adam Harrison
2023-06-19Removed debug statement.Adam Harrison
2023-06-19Clarified that `common.path` should only look for executbale files that are ↵Adam Harrison
not folders.
2023-06-18* Added in metapackage support into manifest.Adam Harrison
* Fixed issue with system lite-xls not being detected correctly.
2023-06-13Adopted NO_COLOR standard.Adam Harrison
2023-06-13Fixed term env.Adam Harrison
2023-06-13Colorized error.Adam Harrison
2023-06-13Added in some tests, and added in coloring of output in terminals.Adam Harrison
2023-06-13Added in version record.Adam Harrison
2023-06-13Continuing the thing.add-in-orphan-dependency-cleanAdam Harrison
2023-06-13Changed prompt in orphan dependencies to a full abort.Adam Harrison
2023-06-13Moved sort up because of the g-man.Adam Harrison
2023-06-13Added in ability to see orphans before uninstalling.Adam Harrison
2023-06-13Fixed whitespace issues, and pushed orphan dependency cleanup to even ↵Adam Harrison
implicit uninstalls.
2023-06-13Added in prompt to remove orphaned dependencies after uninstalling. Also ↵Adam Harrison
unified state into a single json file.
2023-05-27Add missing `PATHSEP` to plugin paths in generated manifestsGuldoman