diff options
author | Adam <adamdharrison@gmail.com> | 2022-09-13 16:21:36 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-09-13 16:21:36 -0400 |
commit | e7ae9aac73e0bcae77b4c96ce01a37db58efb246 (patch) | |
tree | cfa538b3f4f1221de68ca55016b88770372cda50 /lpm.c | |
parent | d7dc38b2cdba6851df14bc6297ec7aa25c557a8d (diff) | |
download | lite-xl-plugin-manager-e7ae9aac73e0bcae77b4c96ce01a37db58efb246.tar.gz lite-xl-plugin-manager-e7ae9aac73e0bcae77b4c96ce01a37db58efb246.zip |
Updated for remote repos to be listed.
Diffstat (limited to 'lpm.c')
-rw-r--r-- | lpm.c | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -1,22 +1,3 @@ -/* lpm.c - Core of the lite package manager. - -LPM is a package manager for `lite-xl`, written in C (and packed-in lua). - -It has the following commands: - -lpm add <repository remote> -lpm rm <repository remote> -lpm update [<repository remote>] -lpm install <plugin name> -lpm uninstall <plugin name> -lpm list - -It stores files in a cache directory in the follwoing format: - -<remote url>:<branch_name|commit_name> - -*/ - #include <git2.h> #include <string.h> #include <stdio.h> |