Commit graph

47 commits

Author SHA1 Message Date
Glenn Y. Rolland 790152ec36 fix: improve CLI options
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-04 12:42:34 +01:00
Glenn Y. Rolland 218d057071 ci: add unit testing
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-04 11:58:55 +01:00
Glenn Y. Rolland e418f58f44 feat: start implementing pack and init commands
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-04 11:53:50 +01:00
Glenn Y. Rolland ca4485b1ca chore: enable LFS 2024-01-04 11:53:26 +01:00
Glenn Y. Rolland d873083ad8 docs: add example prompt 2024-01-04 11:52:59 +01:00
Glenn Y. Rolland d296c9d159 chore: do not ignore docs dir
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-04 11:52:43 +01:00
Glenn Y. Rolland 8af888d898 chore: ignore more files in config 2024-01-04 11:52:23 +01:00
Glenn Y. Rolland 31d9b6bcda doc: add logo
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-04 11:51:44 +01:00
Glenn Y. Rolland e11a64edb8 doc: update preamble
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 18:49:49 +01:00
Glenn Y. Rolland 206d9ffb65 doc: add info about mirror
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 18:41:53 +01:00
Glenn Y. Rolland e74a98f228 doc: improve presentation
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 18:18:18 +01:00
Glenn Y. Rolland 29a13e28cd doc: improve usage output
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 18:14:03 +01:00
Glenn Y. Rolland a39680de4f doc: update ignore option
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 18:08:31 +01:00
Glenn Y. Rolland 0dca861a40 doc: simplify examples in README
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 18:02:40 +01:00
Glenn Y. Rolland 595cdb8f3a chore: do not force owner root in install (allow local install)
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 18:01:36 +01:00
Glenn Y. Rolland 11b452b438 chore: add local copy of config file 2024-01-03 18:00:22 +01:00
Glenn Y. Rolland 91bee1621f doc: fix commands in README.md
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 17:58:31 +01:00
Glenn Y. Rolland 1c01e3228a doc: use ctrlc to help focus on content
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 17:57:02 +01:00
Glenn Y. Rolland 29cf12f8cd doc: fix typo & add syntaxic coloration for yaml
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 17:53:01 +01:00
Glenn Y. Rolland 3244130a51 feat: add version
All checks were successful
continuous-integration/drone/push Build is passing
2024-01-03 17:03:40 +01:00
Glenn Y. Rolland 3a324c8846 ci: bump alpine version to get access to libmagic-static
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-03 16:47:48 +01:00
Glenn Y. Rolland dc2ab7c4af ci: add missing dependency file-dev
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-03 15:45:12 +01:00
Glenn Y. Rolland 09476501c8 ci: add missing dependency libmagic
Some checks failed
continuous-integration/drone/push Build is failing
2024-01-03 15:43:54 +01:00
Glenn Y. Rolland 8bceacd4b0 doc: add badges
Some checks failed
continuous-integration/drone Build is failing
2024-01-03 14:21:34 +01:00
Glenn Y. Rolland a8a981ca8b chore: ignore .vagrant directory 2024-01-03 14:08:09 +01:00
Glenn Y. Rolland b62c1d1d47 doc: improve 'prerequisites' section 2024-01-03 14:07:34 +01:00
Glenn Y. Rolland 9390263f1d feat: add vagrant provisioning scripts 2024-01-03 14:06:58 +01:00
Glenn Y. Rolland 0df153053d feat: add install target to Makefile 2024-01-03 14:06:13 +01:00
Glenn Y. Rolland 1b332d1b1e chore: add testing & demo tools 2024-01-03 11:36:33 +01:00
Glenn Y. Rolland 981852674a test: add config spec & data 2024-01-02 14:35:22 +01:00
Glenn Y. Rolland 064c03c169 ci: add .drone.yaml file 2024-01-02 14:35:01 +01:00
Glenn Y. Rolland 5143c050a1 chore: improve gitignore syntax 2024-01-02 12:33:13 +01:00
Glenn Y. Rolland d65f3b7ce6 chore: add editorconfig 2024-01-02 12:32:59 +01:00
Glenn Y. Rolland 455d1b828e config: patterns are now regexp 2024-01-02 12:32:42 +01:00
Glenn Y. Rolland 29bc6495f5 feat: add unit tests 2024-01-02 12:32:27 +01:00
Glenn Y. Rolland fb2b85fcb8 feat: improve files filtering 2024-01-02 12:32:00 +01:00
Glenn Y. Rolland e0f7244db7 feat: add support for mime-type 2023-12-31 13:47:16 +01:00
Glenn Y. Rolland fdab42f2b1 doc: update README with configuration example 2023-12-29 16:35:13 +01:00
Glenn Y. Rolland fdc80bfadc feat: add support for configuration file 2023-12-29 16:31:17 +01:00
Glenn Y. Rolland f87920a393 feat: add alternative (shorter) syntax for prompts 2023-12-29 16:01:40 +01:00
Glenn Y. Rolland 7279e489da chore: fix project name 2023-12-29 16:01:22 +01:00
Glenn Y. Rolland b8e4028d3f doc: update README with latest usage & repo 2023-12-29 15:58:18 +01:00
Glenn Y. Rolland 206563df03 doc: add LICENSE 2023-12-29 15:55:16 +01:00
Glenn Y. Rolland 7e8d31354a refactor: move config out of cli 2023-12-29 15:53:54 +01:00
Glenn Y. Rolland 4118caf202 doc: update README.md 2023-12-29 15:05:51 +01:00
Glenn Y. Rolland e6ec6d9203 Update 2023-12-29 14:57:11 +01:00
Glenn Y. Rolland 7da2465cad Initial import 2023-12-29 14:13:20 +01:00