diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-10-26 22:23:31 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-10-26 22:23:31 +0400 |
| commit | cb78290f31886fb1f9a5e7c2a764dda55a459e50 (patch) | |
| tree | 72a2df0645405658d8590d4b8d7d87f1e099f596 /scripts | |
| parent | f8d1bfbd0f27e0763cf75fcda58d010e346515ab (diff) | |
chore: split script installation into CLI and GUI sections
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/cli/noc (renamed from scripts/noc) | 0 | ||||
| -rwxr-xr-x | scripts/cli/nospac (renamed from scripts/nospac) | 0 | ||||
| -rwxr-xr-x | scripts/cli/sdev (renamed from scripts/sdev) | 0 | ||||
| -rwxr-xr-x | scripts/cli/slight (renamed from scripts/slight) | 0 | ||||
| -rwxr-xr-x | scripts/cli/sroll (renamed from scripts/sroll) | 0 | ||||
| -rwxr-xr-x | scripts/cli/svol (renamed from scripts/svol) | 0 | ||||
| -rwxr-xr-x | scripts/gui/br (renamed from scripts/br) | 0 | ||||
| -rwxr-xr-x | scripts/gui/nsend (renamed from scripts/nsend) | 0 | ||||
| -rwxr-xr-x | scripts/gui/qw (renamed from scripts/qw) | 0 | ||||
| -rwxr-xr-x | scripts/gui/shot (renamed from scripts/shot) | 0 | ||||
| -rwxr-xr-x | scripts/gui/swall (renamed from scripts/swall) | 0 | ||||
| -rwxr-xr-x | scripts/mus | 7 | ||||
| -rwxr-xr-x | scripts/sask | 15 |
13 files changed, 0 insertions, 22 deletions
diff --git a/scripts/noc b/scripts/cli/noc index 575566c..575566c 100755 --- a/scripts/noc +++ b/scripts/cli/noc diff --git a/scripts/nospac b/scripts/cli/nospac index 6ba466a..6ba466a 100755 --- a/scripts/nospac +++ b/scripts/cli/nospac diff --git a/scripts/sdev b/scripts/cli/sdev index c227771..c227771 100755 --- a/scripts/sdev +++ b/scripts/cli/sdev diff --git a/scripts/slight b/scripts/cli/slight index 0289ff4..0289ff4 100755 --- a/scripts/slight +++ b/scripts/cli/slight diff --git a/scripts/sroll b/scripts/cli/sroll index e0c8b70..e0c8b70 100755 --- a/scripts/sroll +++ b/scripts/cli/sroll diff --git a/scripts/svol b/scripts/cli/svol index ec60450..ec60450 100755 --- a/scripts/svol +++ b/scripts/cli/svol diff --git a/scripts/br b/scripts/gui/br index 0fd6dc5..0fd6dc5 100755 --- a/scripts/br +++ b/scripts/gui/br diff --git a/scripts/nsend b/scripts/gui/nsend index 80e1764..80e1764 100755 --- a/scripts/nsend +++ b/scripts/gui/nsend diff --git a/scripts/qw b/scripts/gui/qw index 1199227..1199227 100755 --- a/scripts/qw +++ b/scripts/gui/qw diff --git a/scripts/shot b/scripts/gui/shot index 7404943..7404943 100755 --- a/scripts/shot +++ b/scripts/gui/shot diff --git a/scripts/swall b/scripts/gui/swall index 8e5ffb6..8e5ffb6 100755 --- a/scripts/swall +++ b/scripts/gui/swall diff --git a/scripts/mus b/scripts/mus deleted file mode 100755 index 7015616..0000000 --- a/scripts/mus +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -# Play a file in $HOME/music directory using mpv - -music_name=$(find "${HOME}"/media/music | fzf) - -mpv "${music_name}" diff --git a/scripts/sask b/scripts/sask deleted file mode 100755 index 1ea0f3f..0000000 --- a/scripts/sask +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -. slib - -check_program "ollama" - -if [ "${1}" = "-s" ]; then - addition="answer in a short way:" - shift -fi - -question="${addition} ${@}" -model="codellama" - -echo "${question}" | ollama run "${model}" |
