Skip to content

Add completion for 'mount', 'sv', 'aria2c', 'mkinitcpio', '7z', 'hdparm'#230

Merged
magicant merged 1 commit intomagicant:trunkfrom
runitclean:trunk
Mar 1, 2026
Merged

Add completion for 'mount', 'sv', 'aria2c', 'mkinitcpio', '7z', 'hdparm'#230
magicant merged 1 commit intomagicant:trunkfrom
runitclean:trunk

Conversation

@runitclean
Copy link
Copy Markdown
Contributor

Hello, this PR adds completion for several commands

  • mount: is well known and used for fs mounting in various *nix environments, currently, I only flags used by ubase variant.
  • sv: is a small utility to manage service in the runit init system (used primarily by Void/Artix Linux).
  • aria2c: is a versatile download utility, handles MANY sources and used under the hood by many other utilities such as yt-dlp.
  • mkinitcpio: a utility that generates initramfs images, it packages/loads the kernel modules and tools (LUKS, LVM..) needed to mount the root filesystem and hand control to the system's init process.
  • 7z: the well known file archiver
  • hdparm: a utility for viewing nd adjusting SATA/IDE hard drive hardware params, this includes: test read performance, set power management profiles (APM), and perform low-level tasks like Secure Erase (I only picked few flags that are used a lot).

@runitclean runitclean requested a review from magicant as a code owner February 28, 2026 03:44
Copy link
Copy Markdown
Owner

@magicant magicant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't understand the command-line syntax for any of these tools, so I had an AI review them instead.

Comment thread share/completion/sv Outdated
Comment thread share/completion/mkinitcpio Outdated
@runitclean
Copy link
Copy Markdown
Contributor Author

I've applied the changes and also squashed the commits to clean the history a bit

Copy link
Copy Markdown
Owner

@magicant magicant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@magicant magicant mentioned this pull request Mar 1, 2026
4 tasks
@magicant magicant added this to the 2.61 milestone Mar 1, 2026
@magicant magicant merged commit 261505f into magicant:trunk Mar 1, 2026
6 checks passed
Copilot AI added a commit that referenced this pull request Mar 2, 2026
Co-authored-by: magicant <884175+magicant@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants