Liam
|
16f9e5d36c
|
feat: Allow navigation with 'h' and 'l' keys
|
2024-08-05 17:10:01 -07:00 |
|
cpunerd
|
8b9352a12c
|
Remove snaps
|
2024-08-05 15:09:57 -05:00 |
|
cpunerd
|
7609d755a7
|
add option to remove snaps
|
2024-08-05 15:05:58 -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 |
|
guruswarupa
|
419fbccc92
|
added Monitor-Control(xrandr), Wifi-Control(nmcli) and Bluetooth-Control(bluetoothctl) bash script
|
2024-08-06 00:54:05 +05:30 |
|
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 |
|
ChrisTitusTech
|
7e5a062918
|
Commit Linutil
|
2024-07-30 22:10:10 +00:00 |
|
Chris Titus
|
9d6d9e61bf
|
Merge branch 'main' of https://github.com/ChrisTitusTech/linutil
|
2024-07-30 17:07:40 -05:00 |
|
ChrisTitusTech
|
0db77a5423
|
Commit Linutil
|
2024-07-30 22:07:30 +00:00 |
|
Chris Titus
|
8040dbb0ff
|
Merge branch 'main' of https://github.com/ChrisTitusTech/linutil
|
2024-07-30 17:07:29 -05:00 |
|
Chris Titus
|
936e46becc
|
fix enter key running on preview
|
2024-07-30 17:07:19 -05:00 |
|
Chris Titus
|
e8b38c3121
|
Merge pull request #106 from afonsofrancof/cleanup
Fix crash when scrolling on empty results
|
2024-07-30 17:06:44 -05:00 |
|
afonsofrancof
|
c399722959
|
Sorting alphabetically
|
2024-07-30 22:56:38 +01:00 |
|
afonsofrancof
|
f2499376b1
|
Merge branch 'main' of ssh://github.com/christitustech/linutil into cleanup
|
2024-07-30 22:51:52 +01:00 |
|
afonsofrancof
|
b7c2ecedd9
|
Fix crash when trying to scroll on empty results
|
2024-07-30 22:49:51 +01:00 |
|
afonsofrancof
|
e85cc943b3
|
Fix selection bug on search
|
2024-07-30 22:46:26 +01:00 |
|
infstate
|
b7ff7aaf83
|
Final Edits
|
2024-07-30 14:33:30 -07:00 |
|
Real-MullaC
|
e23d7327ce
|
Update README.md
|
2024-07-30 22:33:29 +01:00 |
|
Real-MullaC
|
0297dd2acb
|
Update PULL_REQUEST_TEMPLATE.md
|
2024-07-30 22:24:05 +01:00 |
|
Real-MullaC
|
872e26e5d2
|
Update README.md to add docs URL
|
2024-07-30 22:23:07 +01:00 |
|
ChrisTitusTech
|
42be40f65d
|
Commit Linutil
|
2024-07-30 21:18:35 +00:00 |
|