Simple script manager for creating, running, and syncing bash scripts
Project description
Taku
Simple script manager for creating, running, and syncing scripts.
Installation
uv tool install taku-cli
or
uv tool install "taku-cli[bling]" # just add some colors
Quick Start
# Create a new script
taku new hello
# Edit a script
taku edit hello
# Run a script
taku run hello
Commands
taku new <name> [--template/-t <name>]- Create a new script from templatetaku list- List all scriptstaku get <name>- Show script detailstaku edit <name>- Edit a scripttaku run <name> [args...]- Run a script with optional argumentstaku rm <name>- Remove a scripttaku install <name|all>- Install script to~/.local/bintaku uninstall <name|all>- Remove script from~/.local/bintaku sync --push- Commit and push changes to gittaku sync- Pull changes from gittaku systemd --install- Install systemd timer for auto-synctaku systemd --remove- Remove systemd timer
Configuration
Set the scripts directory:
export TAKU_SCRIPTS=~/my-scripts
Default: ~/scripts
Templates
Create templates in <scripts-dir>/.templates/ and use with:
taku new myapp --template python
Template resolution order:
<scripts-dir>/.templates/<template-name>./<template-name>(current directory)
Templates can use ${script_name} variable for substitution.
Example Python template (~/.scripts/.templates/python):
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.12"
# dependencies = []
# ///
def main() -> None:
print("Hello from $script_name!")
if __name__ == "__main__":
main()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file taku_cli-0.2.3.tar.gz.
File metadata
- Download URL: taku_cli-0.2.3.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cec4fd5607fd3d32940846630120c239620698d88a1a3ad4514ed6186664f4f
|
|
| MD5 |
b9faca58fcd5347d9db8a9fd3e88b83b
|
|
| BLAKE2b-256 |
5643872765467c72694184b5f14c90d792229188d686cf1621644d257e4f6270
|
Provenance
The following attestation bundles were made for taku_cli-0.2.3.tar.gz:
Publisher:
publish.yml on Tobi-De/taku
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
taku_cli-0.2.3.tar.gz -
Subject digest:
0cec4fd5607fd3d32940846630120c239620698d88a1a3ad4514ed6186664f4f - Sigstore transparency entry: 530510400
- Sigstore integration time:
-
Permalink:
Tobi-De/taku@a23b0902420f994343b2908d442b04bb70f228e6 -
Branch / Tag:
refs/tags/v0.2.3 - Owner: https://github.com/Tobi-De
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a23b0902420f994343b2908d442b04bb70f228e6 -
Trigger Event:
push
-
Statement type:
File details
Details for the file taku_cli-0.2.3-py3-none-any.whl.
File metadata
- Download URL: taku_cli-0.2.3-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2632c34e01288e025d6a49841116fde96d801097e716f082112f1e7b4265cc04
|
|
| MD5 |
3bcbbeedb8a2f9f9d5db26545813ec3d
|
|
| BLAKE2b-256 |
7ed22f3d7d8af2a01f0a3be68a61c7597ff5d9d55f907a1a402e54143a593168
|
Provenance
The following attestation bundles were made for taku_cli-0.2.3-py3-none-any.whl:
Publisher:
publish.yml on Tobi-De/taku
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
taku_cli-0.2.3-py3-none-any.whl -
Subject digest:
2632c34e01288e025d6a49841116fde96d801097e716f082112f1e7b4265cc04 - Sigstore transparency entry: 530510417
- Sigstore integration time:
-
Permalink:
Tobi-De/taku@a23b0902420f994343b2908d442b04bb70f228e6 -
Branch / Tag:
refs/tags/v0.2.3 - Owner: https://github.com/Tobi-De
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a23b0902420f994343b2908d442b04bb70f228e6 -
Trigger Event:
push
-
Statement type: