Skip to main content

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 task (alias) system

Installation

Installation using pipx:

pipx install archie-cli

Usage

# Help
archie --help

## 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 SUPER_DUPER_SECRET "lmao" # SUPER_DUPER_SECRET="lmao"

## 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 create diskinfo "archie disk info --all"

# Multiple commands
archie task create about-archie "echo Showing Archie info..." "archie about"

# This also works
archie task create "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"

# Open 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.

Note

This tool doesn't have many features as of now and it should work on most Arch and Debian based distros out of the box, but I may add some Arch specific features in the future. I'd really love to hear your feedback and suggestions for new features, so feel absolutely free to open an issue or a PR!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

archie_cli-0.6.1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

archie_cli-0.6.1-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file archie_cli-0.6.1.tar.gz.

File metadata

  • Download URL: archie_cli-0.6.1.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for archie_cli-0.6.1.tar.gz
Algorithm Hash digest
SHA256 3c6900daddc1d876339d74e5b43796ba63723befb1e95c4d752c86971cd06740
MD5 7ecb7fa613b15b3d202357c9b2a9fdcc
BLAKE2b-256 4b9a285b3b9b00b0af650c4296cbdfcbe310b315f47a78e8acb4ed86b5e1a245

See more details on using hashes here.

File details

Details for the file archie_cli-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: archie_cli-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for archie_cli-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d5573608560f5bd248d76ee9fa97ab6ee9e977da20d0a83a8db9fc363fb5fd69
MD5 3962645c0447dfe78982d3cf10830a6d
BLAKE2b-256 8707137e298b0ac4c641685aff994dc50ec167326b260e9cd92e6e59228b802f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page