Skip to content

Commit

Permalink
docs: add sq(Squirrel)
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Oct 13, 2024
1 parent e4ed8c2 commit 7dfbaa5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Task Keeper
=================
tk(Task Keeper) is a tool to manage tasks from different task files,
such as `Makefile`,`justfile`, `package.json` , `deno.jso`, `.fleet/run.json` etc,
such as `Makefile`,`justfile`, `package.json` , `deno.jso`, `.fleet/run.json` etc.,
and call tasks from different project management tools,
such as `Apache Maven`, `Gradle`, `Cargo` and `npm` etc.

**Bonus**: sq(Squirrel) is a command-line snippets keeper to manage cli snippets.

![Task Keeper](./screenshot.png)

# Features
Expand Down Expand Up @@ -362,6 +364,16 @@ for detail.

Task Keeper will try to find Node from `$HOME/.nvm/versions/node` or `$HOME/.volta/tools/image/node`.

# sq(Squirrel)

sq is a command-line snippets keeper to manage cli snippets, and it's based on Just command runner.

- Add snippet: `sq add snippet_name`
- Edit snippet: `sq edit snippet_name`. sq uses `EDITOR` environment variable to open snippets justfile.
- Run snippet: `sq snippet_name`

Snippets justfile: `$HOME/.sk/snippets.just`.

# References

* The Ultimate Guide to Gemfile and
Expand Down

0 comments on commit 7dfbaa5

Please sign in to comment.