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 command system

Installation

Installation using pipx:

pipx install archie-cli

Example usage

# 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


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.5.tar.gz (17.6 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.5-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: archie_cli-0.6.5.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

Hashes for archie_cli-0.6.5.tar.gz
Algorithm Hash digest
SHA256 42280506170adcb56255dd0e564be688d162051b45e41576acf15f315048f3cf
MD5 a11c77cf49ba9381b4a7c90cdc2165cb
BLAKE2b-256 c46fc4a9b9c42edb83391f5092292319b818c3c8fce57893902a1f4b26bf3cb4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: archie_cli-0.6.5-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

Hashes for archie_cli-0.6.5-py3-none-any.whl
Algorithm Hash digest
SHA256 60b6c110107c24879f3c9464a90a6aa8006ea9ecfbd8b3a9aceeefc0092605f8
MD5 5e39cd20d7caf150711d8decd50ccf54
BLAKE2b-256 6bc918a86341a7c0ba25fe21f354471872754b0eb531e8534ebf7446b9de5ecb

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