readme/shell
This commit is contained in:
parent
a3191908dd
commit
3cdcac9885
1 changed files with 13 additions and 0 deletions
13
readme.md
13
readme.md
|
@ -51,6 +51,8 @@ A tiny framework to read, write & execute things.
|
||||||
|
|
||||||
### Task stack
|
### Task stack
|
||||||
|
|
||||||
|
#### Python
|
||||||
|
|
||||||
* character constants for box drawing
|
* character constants for box drawing
|
||||||
* common __str__ function
|
* common __str__ function
|
||||||
* parse pyproject.toml to write commands
|
* parse pyproject.toml to write commands
|
||||||
|
@ -59,3 +61,14 @@ A tiny framework to read, write & execute things.
|
||||||
* system commands to run
|
* system commands to run
|
||||||
* with single call of subprocess.run
|
* with single call of subprocess.run
|
||||||
* or alternate subprocess method?
|
* or alternate subprocess method?
|
||||||
|
|
||||||
|
#### Shell
|
||||||
|
|
||||||
|
* git switch signing commits & tags
|
||||||
|
* shellcheck & shfmt
|
||||||
|
* python tools
|
||||||
|
* log
|
||||||
|
* hetzner
|
||||||
|
* apt
|
||||||
|
* apt-file search | grep
|
||||||
|
* ffmpeg
|
||||||
|
|
Loading…
Reference in a new issue