Commit graph

12 commits

Author SHA1 Message Date
160a7763b7 - Minor cleanup
- Change shebangs to use 'env' in prep for NixOS (and others)
- `agenda` now has a symlink to the underlying tree structure named ".tree"
- `binbox` has more checking, being prepped for automatic export of symlinks.
- `cdz` now symlinks to the archive directory using "<archive name>.tmp". This is less confusing than a randomized extraction folder, and adds the benefit of being in the FS-tree of the original archive.
- daisy.source changes:
> Added basic debug mode.
> `ched` can now set global (all of the shell) editor or local (lackadaisical utils only) editor.
> The encoding/decoding functions have been expanded and improved. Extra checking, permissions are stored as well, `daisy_dec` can handle stdin.
- Added new functions to manage lackadaisical config: daisy_backup (runs `bak` on config files), daisy_clear (removes config files), and daisy_restore (restores config files archived using bak).
- All functions/tools prefixed with 'daisy_' are now also available prefixed with 'ld_' instead
- Added a new utility, `clip`. This utility keeps a local variable that can be set if given args and get if no args are supplied. Basically a simple clipboard local to the ptty. Supports stdin.
2026-01-25 18:23:05 +01:00
021e4d3b44 Generalized newday into agenda and added more capabilities.
Added `sshp`, a wrapper for ssh that also allows SSHFS mounts during connection.
2026-01-09 06:35:22 +01:00
33ca0e1422 Change all scripts to use the BASH interpreter, as some SH versions do not
handle a lot of things correctly.
2025-12-31 16:06:50 +01:00
e3a2efdb43 Minor fixes as well as clean-up surrounding internal functions. 2025-12-13 04:16:43 +01:00
root
8f9bdfbb30 - Minor text fix to README.md.
- Fix to enumeration of files in lackadaisical config folder.
2025-11-21 15:49:28 +00:00
3eeb4e2d7f Refactor of README.md. Change daisy_help to source directly from READEME.md
to prevent data duplication. Made daisy_help granular (e.g. runnig "daisy_help
bak" returns solely the description of the "bak" utility.

Added the following utils/functions:
- daisy_list: Provides a list of utilities similar to daisy_help but without
the descriptions.
- daisy_(un)alias: Adds/removes user-bound aliases inside of the lackadaisical
config files.
- grab: Alias of "awk '{primt $num}".
2025-11-21 00:40:31 +01:00
ab4405cbd7 Removed a lie 2025-09-13 16:16:18 +02:00
584f7b9601 revert 41ad6e2aa5
revert Revert "Update README.md"

This reverts commit 8a682ffe6f.
2025-07-07 15:32:52 +00:00
Lea
41ad6e2aa5 Revert "Update README.md"
This reverts commit 8a682ffe6f.
2025-07-07 17:01:10 +02:00
8a682ffe6f Update README.md 2025-07-06 20:18:08 +00:00
d2630d6e4f Update README.md 2025-07-04 05:36:02 +00:00
d253f0b097 Initial commit 2025-07-04 04:25:42 +00:00