diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-17 07:20:19 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-17 07:20:19 +0300 |
| commit | 0b7f621a75403e1a21b303bae3975a2758d64be8 (patch) | |
| tree | a2a52039c7058b589186358901989f5451373579 | |
| parent | 46dbb7b981d5cb56b80720b74b6b4184055430c0 (diff) | |
Chore (cli): sort-img task
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | cli-tests/sort-img/task.txt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,6 @@ config.toml sysprompts/* !sysprompts/alice_bob_carl.json !sysprompts/coding_assistant.json -!cli-tests/sort-text/task.txt history_bak/ .aider* tags diff --git a/cli-tests/sort-img/task.txt b/cli-tests/sort-img/task.txt new file mode 100644 index 0000000..ebf6185 --- /dev/null +++ b/cli-tests/sort-img/task.txt @@ -0,0 +1,2 @@ +go to /tmp/sort-img, create directories: has-animals, no-animals +sort images in /tmp/sort-img into created directories by content |
