aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* bin/update: Declare $HOSTNAME explicitly (ShellCheck offense)EuAndreh2023-02-271-0/+1
|
* bin/reconfigure: Fix detection if running in a Guix systemEuAndreh2023-02-261-1/+1
|
* Update NixOS channel in update(1) instead of upgrade(1)EuAndreh2023-02-262-1/+7
|
* bin/reconfigure: Use current version of {home,system}.scm filesEuAndreh2023-02-261-3/+3
|
* git mv bin/upgrade bin/reconfigureEuAndreh2023-02-261-4/+4
|
* bin/upgrade: Fix call to timeoutEuAndreh2023-02-261-1/+1
| | | | | The error message was: timeout: impossible d'exécuter la commande « -- »: Aucun fichier ou dossier de ce type
* bin/vcs: Fetch from all remotes by defaultEuAndreh2023-02-261-1/+1
|
* bin/aux: Add semi-working utilityEuAndreh2023-02-231-0/+82
|
* bin/: Cleanup temp file before exitEuAndreh2023-02-237-5/+13
|
* bin/cl: Use uuid(1), tmpname(1) and mkstemp(1) from $PATHEuAndreh2023-02-231-16/+0
|
* bin/print: Use mkdtemp from $PATHEuAndreh2023-02-231-8/+0
|
* bin/gc: Use early return on gc_docker()EuAndreh2023-02-221-8/+10
|
* bin/gc: GC Guix for root userEuAndreh2023-02-221-2/+6
|
* bin/gc: Do Nix GC tooEuAndreh2023-02-221-3/+24
|
* bin/menu: Disable clipmenu when copying passwordsEuAndreh2023-02-221-0/+2
|
* bin/menu: Remove extra colon in display stringEuAndreh2023-02-221-1/+1
|
* Fix f() and g() functions, with help of remembering(1) and highlight(1)EuAndreh2023-02-211-0/+91
|
* bin/upgrade: Restrict upgrade to up-to 2 hoursEuAndreh2023-02-201-1/+4
|
* Use "player synopsis" for MPRIS status stringEuAndreh2023-02-203-30/+34
|
* bin/wms: Use player(1) over accessing the cache fileEuAndreh2023-02-201-1/+1
|
* bin/check: Add "Examples" section to the help stringEuAndreh2023-02-191-0/+12
|
* bin/upgrade: Explicitly define $HOSTNAMEEuAndreh2023-02-171-1/+3
|
* bin/upgrade: Do some ugly ifs to decide what to upgradeEuAndreh2023-02-171-4/+15
|
* bin/li: Assert $IMAGE dir exists before trying to write to itEuAndreh2023-02-171-0/+3
|
* Remove all code referring to backlight tweakingEuAndreh2023-02-171-12/+0
|
* bin/: Use explicit "--" separator for assert-arg usagesEuAndreh2023-02-1722-34/+34
| | | | | | | | | | | | | | In order to prevent legitimate cases to fail as errors, such as: NUM='-10' eval "$(assert-arg "$NUM" '-n NUM')" To prevent assert-arg(1) from treating "-10" as the options "-1 and -0, they need to be put after the "--" separator. This way, all usages of assert-arg(1) that had its first argument as a variable were adapted, and the usage and examples of assert-arg itself were updated to encourage this best practice.
* bin/menu: Show notification when emoji is copied to clipboardEuAndreh2023-02-171-1/+7
|
* bin/wms: Fix ShellCheck offensesEuAndreh2023-02-171-3/+2
|
* bin/wms: Add "mpris" actionEuAndreh2023-02-171-0/+25
|
* bin/shot: Add working helper utilityEuAndreh2023-02-151-0/+78
|
* bin/{httpno,menu}: Add extra disable markers for new ShellCheck versionEuAndreh2023-02-082-2/+2
|
* bin/z: Use $TMPDIR: allow z(1) to work on non-writable directoriesEuAndreh2022-12-161-2/+1
|
* bin/vm: Fix help string indentationEuAndreh2022-12-061-3/+3
|
* bin/vm: Actually implement dry-run for the "down" actionEuAndreh2022-12-031-3/+9
|
* bin/vm: Place logs under $XDG_LOG_HOMEEuAndreh2022-12-031-2/+2
|
* bin/vm: Make snapshot the defaultEuAndreh2022-12-031-3/+3
|
* bin/status-bar: Use the updated VM counter logicEuAndreh2022-12-031-1/+1
|
* bin/vm: Disable ShellCheck warningEuAndreh2022-12-031-0/+1
|
* bin/vm: Ignore known_hosts on SSHing into vmEuAndreh2022-12-031-0/+3
|
* bin/vm: Support portmapping, custom memory and partial custom imageEuAndreh2022-12-031-20/+68
|
* bin/vm: Bail out when given a bad prefixEuAndreh2022-12-031-0/+5
|
* bin/vm: Improve help string documentationEuAndreh2022-12-031-7/+20
|
* bin/vm: Support -n for dry-run and "-- --flags" forwarding to QEMUEuAndreh2022-12-031-18/+51
|
* bin/vm: v2EuAndreh2022-12-021-56/+113
| | | | | | | - support -S flag for toggling snapshot mode; - support -G flag for toggling GUI mode; - dynamically discover available images; - dynamically find available ports to map to 22.
* bin/serve: Find a port instead of having a hard-coded fallbackEuAndreh2022-12-021-2/+2
|
* bin/serve: Do not wait for the browser before start listeningEuAndreh2022-12-021-1/+2
|
* bin/free-port: Add new working utilityEuAndreh2022-12-021-0/+73
|
* bin/{gc,upgrade}: Fix path to store passwordEuAndreh2022-12-012-3/+3
|
* bin/{msg,tmp,xmpp}: Change euandreh.xyz -> euandre.orgEuAndreh2022-11-273-7/+7
|
* bin/open: Use VLC over mpv; remove nohupEuAndreh2022-11-251-2/+2
|