Skip to content

Releases: aerugo/prelude

Remove need for a clipboard & add wl-copy as a clipboard utility

21 Sep 14:52
Compare
Choose a tag to compare

Merged PRs by #2 and #5 to enable use of prelude on more systems and over ssh.

Only include Git files & enable case sensitive patterns

23 Jul 17:15
Compare
Choose a tag to compare

This release introduces the -g option that allows only including files tracked by git, if the folder you run Prelude in is a git repository.
It also adds the -c option, which will make -M match patterns case sensitive. Match patterns are still case insensitive by default.

Fixed bug where code would not concatenate

21 Jul 08:25
Compare
Choose a tag to compare

Fixed a bug that prevented code from concatenating.

Pattern matching option and tests

20 Jul 23:38
Compare
Choose a tag to compare

This release introduces the -M option allows you to include only files from the tree that match a pattern in the filename. Specify pattern(s) to match filenames. Uses tree's pattern matching syntax. For multiple patterns, separate them with '|'. Use '*' for wildcards. The matching is case-insensitive by default.

Prelude now also comes with tests to make sure everything is working as intended.

Initial release

19 Jul 17:45
Compare
Choose a tag to compare

Prelude is a very trivial command line tool to build large context prompts for LLMs, particularly for coding tasks.
It is meant to be used for copy-paste purposes, and there is no current plan for more fancy features.