Upgrades to editx integrating the editbin alias.
Changes to new install detection.
This commit is contained in:
parent
3c1a6e7374
commit
056ab01ed4
3 changed files with 60 additions and 32 deletions
19
README.md
19
README.md
|
|
@ -56,6 +56,8 @@ take the same folder argument:
|
|||
< editx >
|
||||
················································································
|
||||
Uses your standard CLI editor to create/modify a file and make it executable.
|
||||
If the executable already exists in path, it will edit that instead.
|
||||
Should you not want this behavior, call the utility with the -n switch.
|
||||
················································································
|
||||
|
||||
< filewait >
|
||||
|
|
@ -139,11 +141,6 @@ A simple alias for `ls -lah --sort=time --reverse`.
|
|||
A simple alias for `ls -lah --sort=size --reverse`.
|
||||
················································································
|
||||
|
||||
< editbin >
|
||||
················································································
|
||||
An alias for `editx $\(which <x>\)`. Saves on typing.
|
||||
················································································
|
||||
|
||||
< editpeco >
|
||||
················································································
|
||||
This function uses peco+tree like `cdp`, but opens your editor on the selected
|
||||
|
|
@ -184,6 +181,7 @@ shell as "LD_CLIP".
|
|||
················································································
|
||||
Edits daisy.source and re-sources it, similarly to shrc. Append "-e" to edit
|
||||
"extra.src", to add custom functions in the lackadaisical namespace.
|
||||
Append "-d" to edit "daisy.command.source".
|
||||
················································································
|
||||
|
||||
< daisy reload >
|
||||
|
|
@ -197,11 +195,6 @@ Alias for `awk '{print $x}'`, where x is a number. E.g. `echo 'a b c' | grab 2`
|
|||
returns 'b'.
|
||||
················································································
|
||||
|
||||
< daisy cbin >
|
||||
················································································
|
||||
Contains the name of the current LACKADAISICAL binary being run.
|
||||
················································································
|
||||
|
||||
< daisy enc >
|
||||
················································································
|
||||
Converts a file/stdin to a base64 block that can be decoded by passing the
|
||||
|
|
@ -293,11 +286,5 @@ functions provided by `lackadaisical`.
|
|||
function listed by "daisy list" (recommended
|
||||
for first-time users).
|
||||
················································································
|
||||
|
||||
< daisy welcome >
|
||||
················································································
|
||||
Showws some basic post-installation information about LACKADAISICAL and how to
|
||||
use it.
|
||||
················································································
|
||||
<!-- --- END OF DAISY HELP --- -->
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue