Age | Commit message (Collapse) | Author | |
---|---|---|---|
42 hours | Fix browser scripts with URL | zachir | |
They were launching with "" as URL if none provided; now there is no arg if none is provided. | |||
12 days | Fix loading url | zachir | |
12 days | Fix merging profiles lists | zachir | |
2025-08-30 | Remove unescaped newline in dmount | zachir | |
2025-08-30 | Add help message to dmount | zachir | |
2025-08-30 | Improve dmenu support | zachir | |
You can now (again) pass multiple flags to dmenu through -d flags, as well as for some scripts all args are passed to dmenu. | |||
2025-08-30 | Merge branch 'master' of git.zachir.xyz:zachir/scripts | zachir | |
2025-08-30 | Make sh scrips POSIX compliant | zachir | |
Using shellcheck, I went through all of them to make them standards compliant. I also tested as many as I could. | |||
2025-08-14 | Add program to get process with open port | ZachIR | |
2025-08-14 | Add script to save keyboard and screen backlight | ZachIR | |
2025-08-11 | Quit manmenu if nothing selected | ZachIR | |
2025-08-11 | Make manmenu use dmenu | ZachIR | |
2025-08-09 | Merge branch 'master' of git.zachir.xyz:zachir/scripts | ZachIR | |
2025-08-09 | Close power_now immediately if no battery | ZachIR | |
2025-08-09 | Fix power_now for batteries with no power_now file | ZachIR | |
2025-08-01 | Add manmenu to show man pages in zathura | zachir | |
2025-07-31 | Add basic dmenu power script | zachir | |
2025-07-31 | Add hypr script to swap two windows horizontally | ZachIR | |
2025-07-30 | Update power_now to be more extensible | zachir | |
2025-07-30 | Add battery script to work around waybar | ZachIR | |
2025-07-30 | Add script to calculate power draw | ZachIR | |
2025-07-30 | Move dmenu to generics | ZachIR | |
2025-07-25 | Remove testing whoami from rs | ZachIR | |
2025-07-25 | Add rs restart script | ZachIR | |
2025-07-24 | Add script to launch reaper in xwayland-satelite | zachir | |
2025-07-24 | Fix dmenu for args with spacess (like long prompts) | zachir | |
2025-07-19 | Add -d to tell tofi to use dmenu compat | zachir | |
2025-07-17 | Fix dmenu script to work with my tofi fork | ZachIR | |
2025-07-16 | Add script to automagically choose tofi or dmenu | ZachIR | |
2025-07-15 | Add script to send power notification | ZachIR | |
2025-07-15 | Remove barmenu syntax from dmpv | ZachIR | |
2025-07-15 | Remove barmenu syntax from passmenu | ZachIR | |
2025-07-15 | Add brave profile menu using brave-profiles | zachir | |
2025-07-15 | Add fzf interface for downloaded yt videos (pv.sh) | zachir | |
2025-07-15 | Move some of my scripts out of bin to here | zachir | |
2025-07-15 | Add bm wrapper for BROWSER | zachir | |
2025-07-15 | Reorganize flags in t | zachir | |
2025-07-15 | Need sudo to lsblk -o | zachir | |
2025-07-15 | Fix clipboard in bm | zachir | |
2025-07-15 | Remove trailing space of URL in bm | zachir | |
2025-07-15 | Check flatpak exists in bm | zachir | |
2025-07-15 | Update LICENSE | zachir | |
2025-07-15 | Fix swaylockd | zachir | |
2025-07-15 | Use sudo for lsblk -o | zachir | |
2025-07-15 | Change all menus to dmenu | zachir | |
2023-12-11 | amg: Format fields when renaming file | zachir | |
Because these files will need to be synched to potentially multiple filesystems and OSes, I just delete all non-alphanumeric symbols (although for the sake of the script I will replace them with _ to denote that there should be a symbol there). | |||
2023-12-11 | dmount: Also show size of the partition when prompting to mount it. | zachir | |
It can be very useful to see the size of two partitions in a drive before mounting it, to know which one to mount. | |||
2023-10-24 | Add slockd locker script | zachir | |
Very basic slock restart script if slock errors out. | |||
2023-10-24 | Fix separation of dmenu and args | zachir | |
2023-10-24 | Use sudo instead of doas | zachir | |
Not because of technical superiority, but in Linux we can expect sudo is installed, and doas will not be supported as well. |