A command line tool to make managing your Linux system easier
Project description
archie
A command line tool to make managing your Linux system easier
Features
- Environment variable management
- Disk info visualization
- Custom command system
Installation
Installation using pipx:
pipx install archie-cli
Example usage
# See help
archie --help
# or
archie help
# About
archie info
## Environment module (env)
# List env variables
archie env list
# Add or update an env variable
archie env set TEST_ENV 25 # TEST_ENV=25
archie env set SECRET_KEY my_api_key # SECRET_KEY="my_api_key"
# For string values with spaces, use quotes
archie env set TARGET_DISTRO "Linux Mint" # TARGET_DISTRO="Linux Mint"
## Disk module (disk)
# List available disks
archie disk list
# Show detailed info about all disks
archie disk info --all
## Task module (task)
# List all tasks
archie task list
# Create new tasks
# Single command
archie task set diskinfo "archie disk info --all"
# Multiple commands
archie task set archieinfo "echo Showing Archie info..." "archie info"
# This also works
archie task set "disk all" "archie disk list" "archie disk info --all"
# Run a specific task
archie task run diskinfo
# same as
archie pls diskinfo
# This also works
archie pls "disk all"
# Find Archie task file (for sharing or manual edits)
archie task locate
Why?
I began using Arch (btw) recently and while it has a ton of tools available to configure the system, I did not find a tool for editing env variables "quickly" (by quickly, i mean not needing me to manually go to the file and edit it myself, I'm used to the Windows way of doing some things). So at first I made this tool to do just that. Call it laziness if you want (it is), I just wanted a quick way to do it and I hope someone else finds it useful as well. In the end, its a wrapper around some common Linux commands with a bit of extra functionality to make them more readable and noob-friendly.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file archie_cli-0.6.7.tar.gz.
File metadata
- Download URL: archie_cli-0.6.7.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ea0d25406319bafaff737464a03b4c83e37891ed1c91bc51c7302173699209f
|
|
| MD5 |
28ca94ebf3224eb2a3a3dedbf15fc0e6
|
|
| BLAKE2b-256 |
7abfde4de59db388752688d31c457dd5a6611df23a894cf58ae74466265b3dc9
|
File details
Details for the file archie_cli-0.6.7-py3-none-any.whl.
File metadata
- Download URL: archie_cli-0.6.7-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d33b62cf6c942185b07832629b94df5a7dc06e296af1c2cfb4639b201731ed7
|
|
| MD5 |
4d0ad0483de2d5bd3170d2190edfafa4
|
|
| BLAKE2b-256 |
1f922c868566a0cf4342b925332eae02da1e6bd3beb2f9e12993f7d9833363e4
|