summaryrefslogtreecommitdiffstats
path: root/.config/shell/aliasrc
Commit message (Collapse)AuthorAgeFilesLines
* Eibhear: Initial commitMaksymilian Jopek2025-03-151-0/+2
| | | | Some file deletion, small changes, some addition
* Evaluate aliases at runtime (#1456)Alessio Artoni2025-03-061-5/+5
|
* aliasrc | improve se() (#1433)Emre AKYÜZ2025-02-281-3/+4
| | | | | | | | | | | | | | | | | | | | | | | * aliasrc | improve se() 1. Remove external commands like find. 2. Remove extensions and path (if present) from the names in fzf. 3. Only open Nvim if there is a selection. Do all of these without using find, sed, grep. - First line creates an array with the files in the scripts directory. - Second line removes path (:t) and the extensions (:r) from the scripts. - [[ "${c}" ]] checks if this variable is non-empty. - ${${(M)s:#*/${c}*}[1]} (M) enables "match" mode. :# anchors the pattern to the start of each array element. */${c}* matches any path containing the selected basename. [1] selects the first matching item. * capture sub-directories too
* shortcuts: export env vars for each shortcut (#1395)Kipras Melnikovas2024-07-151-1/+1
| | | | | | | | | | | useful if want to use shortcuts w/ different progs instead of their default behavior (cd / $EDITOR), e.g.: ```sh cd ~/Downloads mv foo.mp3 $music ``` Co-authored-by: Luke Smith <luke@lukesmith.xyz>
* weath: Add option to get forecast from a different location (#1327)appeasementPolitik2024-07-151-2/+1
| | | | | | | | | * weath: Add option to get forecast from a different location * Remove retry and make max time lower because it is interactive * Give weath 'cp' option to copy forecast as plain text for sharing * Make weath a separate script
* other aliasesLuke Smith2023-02-171-1/+8
|
* weatherreport is stored in cache (#1201)appeasementPolitik2022-10-021-1/+1
|
* samedir now sd, libxft-bgra message removedLuke Smith2022-07-191-0/+2
|
* Replace youtube-dl with yt-dlp system-wide (#1019)krisdoodle452022-03-291-1/+1
| | | | | | | | | | | * Replace youtube-dl with yt-dlp in qndl * Replace youtube-dl with yt-dlp in dmenuhandler * Replace youtube-dl with yt-dlp in newsboat config * Replace youtube-dl with yt-dlp in aliasrc Co-authored-by: Luke Smith <luke@lukesmith.xyz>
* colorize ip command (#1093)M.Zeinali2022-03-211-1/+2
|
* lf tweaks included ueberzug imagesLuke Smith2022-03-061-0/+1
|
* sysact rewrite and minor stuff (#1000)Hekuran2021-09-231-1/+1
| | | | | | | | | | | * minor forgoten stuff we already have shutdown in sudo loop * why was this still here? it belongs in ~/.config/ * what the actual phucc * implemented loginctl and fixed shebang
* lapsus calami (#988)Hekuran2021-08-251-0/+1
| | | don't remove the whole thing, just sudo
* close #971Luke Smith2021-08-251-2/+1
|
* fix #956Luke Smith2021-05-301-3/+3
|
* Paths fixed (#928)Alireza2021-04-061-1/+1
| | | | shortcutrc is created on shell directory with shortcuts script same for zshnameddirrc
* minor tweaks, electrum and mbsync to ~/.configLuke Smith2021-03-071-1/+5
|
* startx aliasLuke Smith2021-03-071-0/+4
|
* clean upLuke Smith2021-02-071-1/+0
|
* old stuff removedLuke Smith2020-11-161-0/+43
many files renamed, possible breakage