Commit Graph

276 Commits

Author SHA1 Message Date
Chris Titus
2a524191f1
Merge pull request #127 from SoapyDev/fix-search-commands
Fix search commands
2024-08-08 17:24:32 -05:00
Chris Titus
76c48d2322
Update dependabot.yml 2024-08-08 16:38:54 -05:00
ChrisTitusTech
c97165b809 Commit Linutil 2024-08-08 21:38:10 +00:00
Chris Titus
e9dae5d6d6
Merge pull request #132 from ChrisTitusTech/dependabot/cargo/clap-4.5.13
Bump clap from 4.5.11 to 4.5.13
2024-08-08 16:35:59 -05:00
ChrisTitusTech
b94465ca9b Commit Linutil 2024-08-08 21:18:06 +00:00
Chris Titus
d632edcf02
Merge pull request #123 from kobewijnants/fork
Fix ufw firewall script
2024-08-08 16:15:59 -05:00
Chris Titus
8fe2931829
Update firewall-baselines.sh 2024-08-08 16:15:32 -05:00
ChrisTitusTech
fd3bcca2cd Commit Linutil 2024-08-08 21:09:30 +00:00
Chris Titus
a8eaf54fd8
Merge pull request #107 from lj3954/refactor_key_handling
refactor: Small improvements to formatting of key handling
2024-08-08 16:07:22 -05:00
ChrisTitusTech
625cac9743 Commit Linutil 2024-08-08 21:04:17 +00:00
Chris Titus
528e1ec86e
Merge pull request #75 from jtmusselman/add-zsh-install
Add ZSH install option
2024-08-08 16:02:08 -05:00
Chris Titus
62ee1d8661 fix whitespace in fmt 2024-08-08 16:01:04 -05:00
Chris Titus
3b9f759f08 update pacman install 2024-08-08 15:58:07 -05:00
Chris Titus
e58c54ad04 update zsh install 2024-08-08 15:54:37 -05:00
ChrisTitusTech
9363eace42 Commit Linutil 2024-08-08 20:36:05 +00:00
Chris Titus
9fe8a7c191 Merge branch 'main' of https://github.com/ChrisTitusTech/linutil 2024-08-08 15:33:33 -05:00
Chris Titus
01f03562d1 fix menu 2024-08-08 15:33:30 -05:00
ChrisTitusTech
3238b2a8f9 Commit Linutil 2024-08-08 20:22:00 +00:00
Chris Titus
31bd6fa06f
Merge pull request #105 from infstate/dwm-titus-final
DWM-Titus fixed and ready
2024-08-08 15:19:49 -05:00
dependabot[bot]
c6f866bb6c
Bump clap from 4.5.11 to 4.5.13
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.11 to 4.5.13.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.11...v4.5.13)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-05 19:31:17 +00:00
SoapyDev
2ff6a3fa9c Reformatting 2024-08-05 08:54:19 -04:00
Kobe Wijnants
b2e9461a76 Fixed ufw enable message 2024-08-05 12:36:06 +00:00
SoapyDev
d9b0f84156 Fix: / and q are treated as character in search 2024-08-04 18:25:44 -04:00
Kobe Wijnants
dc4e84172e Fix ufw firewall script 2024-08-02 16:19:20 +02:00
Chris Titus
6f865f76ef
Merge pull request #118 from nnyyxxxx/main
Reduce redundant commas and structure the md better
2024-07-31 15:31:06 -05:00
Chris Titus
64cbd99a33 fix gh action build 2024-07-31 14:11:44 -05:00
Chris Titus
c0caed8ed9 fix build 2024-07-31 14:04:20 -05:00
nyx
20ce32d03f
Remove the extra "Thanks a lot" 2024-07-31 12:38:09 -04:00
nyx
8f2c84a16e
Update README.md 2024-07-31 12:28:00 -04:00
ChrisTitusTech
63cc8fd8b7 Commit Linutil 2024-07-31 15:31:32 +00:00
Chris Titus
ccde5b8372
Merge pull request #116 from lj3954/change_binary_path
chore: Move binaries to shorter path
2024-07-31 10:28:17 -05:00
Chris Titus
d26e5ea6c4
Merge pull request #115 from lj3954/update_flatpaks
feat: Update flatpaks in system-update
2024-07-31 10:27:04 -05:00
Chris Titus
24bf5507ec
Merge pull request #112 from lj3954/remove_unnecessary_check
chore: Remove duplicate cargo check workflow
2024-07-31 10:26:38 -05:00
Liam
1731cda6db
chore: Move binaries to shorter path 2024-07-31 03:42:27 -07:00
Liam
67933959bd
feat: Update flatpaks in system-update 2024-07-31 03:30:07 -07:00
Liam
1629ae0082
chore: Remove duplicate cargo check workflow 2024-07-30 20:40:25 -07:00
Liam
a8b68f8dd8
refactor: Improve formatting of key handling match statement 2024-07-30 20:31:21 -07:00
ChrisTitusTech
a13aa836ea Commit Linutil 2024-07-31 01:34:16 +00:00
Chris Titus
938ce3f7c7
Merge pull request #101 from lj3954/build_aarch64
feat: Build aarch64 binaries
2024-07-30 20:32:00 -05:00
ChrisTitusTech
0a07e23fe1 Commit Linutil 2024-07-31 01:31:50 +00:00
Chris Titus
51e992375b
Merge pull request #108 from afonsofrancof/cleanup
Fixed the wrong command on selection bug in search.
2024-07-30 20:30:57 -05:00
afonsofrancof
7dda423ed5
I will slap the linter in the face 2024-07-31 01:25:43 +01:00
afonsofrancof
b6bbc14811
Merge branch 'main' of ssh://github.com/christitustech/linutil into cleanup 2024-07-31 01:22:04 +01:00
afonsofrancof
bc604780ab
Fix bad comma 2024-07-31 01:19:07 +01:00
afonsofrancof
bddc943258
Change filter logic and fix wrong command on select bug 2024-07-31 01:14:33 +01:00
afonsofrancof
2891589652
Remove debug crate I used to fix this problem 2024-07-31 00:14:50 +01:00
afonsofrancof
c2c4c8796d
Removed try_scroll down and up, there is a builtin for that 2024-07-31 00:13:57 +01:00
Chris Titus
ab1036e400
Merge pull request #103 from Real-MullaC/patch-3
Update README.md to add docs URL
2024-07-30 17:43:16 -05:00
Chris Titus
cb1f2e8ab1
Merge pull request #104 from Real-MullaC/patch-4
Update PULL_REQUEST_TEMPLATE.md
2024-07-30 17:42:59 -05:00
afonsofrancof
5d68f49e59
Fix always selecting the first item to run 2024-07-30 23:20:56 +01:00