aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-30Added in loading screen for welcome dialog.Adam Harrison
2023-11-30Split off loading screen functionality.Adam Harrison
2023-11-30Added welcome plugin.Adam Harrison
Updated style. Changed style again.
2023-11-30Fixed fetch_if_not_present.Adam Harrison
2023-11-30Added in better error handling.Adam Harrison
2023-11-30Added `fetch_if_not_present` to allow things to function without internet.Adam Harrison
2023-11-30Added in a hook for terminal to display an lpm repl.Adam Harrison
2023-11-30Pre-sorted dependency graphs so that we get consistnet outputs.Adam Harrison
2023-11-30Fixed actual output spacing.Adam Harrison
2023-11-29Added in repostiory URL for plugin to id calculation.Adam Harrison
2023-11-27Guldo's spelling fixes.Adam Harrison
2023-11-27Added in a proper repo_path.Adam Harrison
2023-11-27Added in repo path.Adam Harrison
2023-11-27Removed documentation for non-existent command.Adam Harrison
2023-11-27Added in check for executable.Adam Harrison
2023-11-27Invalidate cache in appropriate places.Adam Harrison
2023-11-27Allowed for generate_manifest to be used on local repositories; will ↵Adam Harrison
automatically pile one into the directory.
2023-11-27Won't actually have an error so simplified.Adam Harrison
2023-11-27Loosened verification for certificates.Adam Harrison
2023-11-27Flagged the json library as special as well, as it's required for the ↵Adam Harrison
plugin_manager to run.
2023-11-27Fixed typo.Adam Harrison
2023-11-27Ensured we always pass around options so we can track progress one way or ↵Adam Harrison
another.
2023-11-27Added in fallback for any plugin lacking a modversion to describe themselves ↵Adam Harrison
as the latest modversion.
2023-11-27Fixed color install/uninstall; type filter wasn't even present. Whoops.Adam Harrison
2023-11-27Fixed typo.Adam Harrison
2023-11-27Added in support for --ephemeral.Adam Harrison
2023-11-27Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-managerAdam Harrison
2023-11-27Allowed for generation for repos that are just init.lua by guessing the id ↵Adam Harrison
better.
2023-11-27Made unstub idempotent and incorporated a number of jgm's fixes.Adam Harrison
2023-11-27Merge pull request #52 from Guldoman/PR_fix_spellingAdam
Fix some spelling and display of `DEFAULT_REPO_URL` in cli help
2023-10-31Fix some spelling and display of `DEFAULT_REPO_URL` in cli helpGuldoman
2023-10-10Updated CHANGELOG.md.v1.0.12Adam Harrison
2023-10-10Added in an unstub and VIEW readme function.Adam Harrison
2023-10-10Merge branch 'master' of github.com:adamharrison/lite-xl-plugin-managerAdam Harrison
2023-10-10Added a close for write.Adam Harrison
2023-10-02Merge pull request #45 from Guldoman/PR_meson_arch_mbedtls2Adam
Improve `mbedtls2` detection in meson
2023-09-30Improve `mbedtls2` detection in mesonGuldoman
2023-09-17Added in borders to table output.Adam Harrison
2023-09-17Bugfix.Adam Harrison
2023-09-17Added in table output format.Adam Harrison
2023-09-17Updated continous tag.Adam Harrison
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-10Updated CHANGELOG.md.v1.0.11Adam 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