Change all scripts to use the BASH interpreter, as some SH versions do not
handle a lot of things correctly.
This commit is contained in:
parent
e3a2efdb43
commit
33ca0e1422
11 changed files with 30 additions and 16 deletions
17
README.md
17
README.md
|
|
@ -1,4 +1,6 @@
|
|||
---*This project is still under heavy development!*---
|
||||
Please do not delete this file, as it is used to display help information.
|
||||
|
||||
# L A C K A D A I S I C A L
|
||||
A collection of easy-to-understand, easy-to-use scripts, functions and aliases. Designed to be beginner-friendly but also useful!
|
||||
|
||||
|
|
@ -54,11 +56,16 @@ These are the included binaries and utilities:
|
|||
tool quits and simply returns the filename. This
|
||||
can be used in personal workflows to stall a longer
|
||||
command that relies on the existence of said file.
|
||||
- newday:
|
||||
A basic but powerful journaling system. Recommended
|
||||
to be set up via crontab. Can be used for everything
|
||||
from diaries to general file storage to even BTRFS
|
||||
snapshots.
|
||||
- agenda:
|
||||
Sets up a folder that is backed by a date-based tree
|
||||
directory structure. Requires an argument for the name
|
||||
of the folder to generate. Generates a symlink in this
|
||||
name to a date sub-folder in a local '.daisy' folder.
|
||||
Format is <dir> -> .daisy/<dir>/<year>/<month>/<day>.
|
||||
Recommended to run via crontab - automatically cleans
|
||||
up empty folders.
|
||||
Can be used for everything you'd like to sort by date.
|
||||
For example; a diary, browser downloads, backups, code.
|
||||
- own:
|
||||
A simple utility. It's effectively an alias for
|
||||
"sudo chown -R user:user" on the target dir/file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue