-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the names of the scripts are not correct #33
Comments
work would then have to be done in the dotfiles to replace the old script names with the new ones 👍 |
and we should not forget about the two example config files in |
below is the list of all the scripts which are explicitely used somewhere in the config ╭────┬─────────────────────╮
│ 0 │ amtoine-battery │
│ 1 │ amtoine-gh-notify │
│ 2 │ amtoine-hdmi │
│ 3 │ amtoine-macho │
│ 4 │ amtoine-mocp │
│ 5 │ amtoine-pcm │
│ 6 │ amtoine-pdf │
│ 7 │ amtoine-scrot │
│ 8 │ amtoine-sound │
│ 9 │ amtoine-spark │
│ 10 │ amtoine-sys-stats │
│ 11 │ amtoine-themes │
│ 12 │ amtoine-time-date │
│ 13 │ amtoine-update │
│ 14 │ amtoine-weather-get │
│ 15 │ amtoine-wfzf │
│ 16 │ amtoine-wtldr │
│ 17 │ amtoine-xtcl │
╰────┴─────────────────────╯ which means, given the list of supported scripts in goatfiles/scripts, that ╭────┬───────────────────────────────╮
│ 0 │ amtoine-apply-to-hunks │
│ 1 │ amtoine-compute-color-palette │
│ 2 │ amtoine-countdown │
│ 3 │ amtoine-dmrun │
│ 4 │ amtoine-lcfg │
│ 5 │ amtoine-lfrun │
│ 6 │ amtoine-list-monitors │
│ 7 │ amtoine-open │
│ 8 │ amtoine-pedit │
│ 9 │ amtoine-prompt │
│ 10 │ amtoine-slock │
│ 11 │ amtoine-surf-open │
│ 12 │ amtoine-syssync │
│ 13 │ amtoine-tcfg │
│ 14 │ amtoine-togkb │
│ 15 │ amtoine-tr2md │
│ 16 │ amtoine-upl │
│ 17 │ amtoine-vdl │
│ 18 │ amtoine-wvenv │
│ 19 │ amtoine-xal │
│ 20 │ amtoine-ytdl │
╰────┴───────────────────────────────╯ are not used explicitely anywhere in the dotfiles however, i consider the following scripts important and could use them sometimes ╭───┬───────────────────────────────╮
│ 0 │ amtoine-apply-to-hunks │
│ 1 │ amtoine-compute-color-palette │
│ 2 │ amtoine-lfrun │
│ 3 │ amtoine-list-monitors │
│ 4 │ amtoine-prompt │
│ 5 │ amtoine-syssync │
│ 6 │ amtoine-togkb │
│ 7 │ amtoine-upl │
│ 8 │ amtoine-ytdl │
╰───┴───────────────────────────────╯ detailsthe list of files containing the name of these scripts has been generated with cfg lf |
lines |
each {
|it|
grep -H 'amtoine-' $it
} |
lines |
split column ":" |
get column1 |
sort |
uniq |
in order to address this, i would need some help @atxr 😕 |
i came up with the following possible renaming table 😋 🔴 did not find a new name
|
Mmmm I tried to read the docs of those I didn't know and which were marked 🔴, but I have no other names to propose. |
me neither 👀 i think we'll stick with this list for now and i'll propose a PR asap 👍 |
Since we moved from my personal dotfiles to the goatfiles, a few things are not correct anymore regarding the scripts themselves:
a2n-s
and need to be changedamtoine-*
, which does not fit anymore in the current plan...as our new config is called "goatfiles", i thought we could (1) simplify the names of the scripts and (2) use the "goat" idea at the same time and (3) take inspiration from existing commands
let me give you some examples 😏:
amtoine-hdmi
could be calledgrandr
: a play on words withxrandr
andgoat
, that's thexrandr
for GOATsamtoine-sound
could be calledgmixer
: reference toamixer
andpulsemixer
, but now got GOATswhat d'you reckon? 😋
The text was updated successfully, but these errors were encountered: