Tree file management strategy and file backups #3
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
0.6.0 2024-09-03: File management with the tree strategy
|
||||||
|
File backups
|
||||||
|
Extract authorization command to top level
|
||||||
|
ask and tildify utility functions
|
||||||
0.5.0 2024-07-18: "Decide in editor" package conflict resolution strategy
|
0.5.0 2024-07-18: "Decide in editor" package conflict resolution strategy
|
||||||
Drop pipefail shell option for dash compatibility
|
Drop pipefail shell option for dash compatibility
|
||||||
Add numerical debug levels to the log utility function
|
Add numerical debug levels to the log utility function
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
tori is a tool to track your personal systems' configurations and replicate them.
|
tori is a tool to track your personal systems' configurations and replicate them.
|
||||||
|
|
||||||
If you'd like a more detailed description of what it is, its purpose, origins and goals, see the [announcement blog post](https://blog.jutty.dev/posts/introducing-tori.html).
|
If you'd like a more detailed description of what it is, its purpose, origins and goals, see the [announcement blog post](https://blog.jutty.dev/posts/introducing-tori/).
|
||||||
|
|
||||||
Refer to the [project website](https://tori.jutty.dev) for updates and access to [documentation](https://tori.jutty.dev/docs).
|
Refer to the [project website](https://tori.jutty.dev) for updates and access to [documentation](https://tori.jutty.dev/docs).
|
||||||
|
|
||||||
|
|
2
tori
2
tori
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
# paths
|
# paths
|
||||||
VERSION="0.5.0 2024-07-18"
|
VERSION="0.6.0 2024-09-03"
|
||||||
TORI_ROOT="$HOME/.local/share/tori"
|
TORI_ROOT="$HOME/.local/share/tori"
|
||||||
CONFIG_ROOT="$HOME/.config/tori"
|
CONFIG_ROOT="$HOME/.config/tori"
|
||||||
BACKUP_ROOT="$HOME/.local/state/tori/backup"
|
BACKUP_ROOT="$HOME/.local/state/tori/backup"
|
||||||
|
|
Loading…
Reference in a new issue