Python Command Line Tool

Open-source Python projects categorized as Command Line Tool

Top 23 Python Command Line Tool Projects

Command Line Tool
  • autojump

    A cd command that learns - easily navigate directories from the command line

  • Project mention: Autojump: A CD command that learns | news.ycombinator.com | 2024-03-30
  • q

    q - Run SQL directly on delimited files and multi-file sqlite databases (by harelba)

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • google-images-download

    Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!

  • jc

    CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.

  • Project mention: Xonsh: Python-powered, cross-platform, Unix-gazing shell | news.ycombinator.com | 2024-02-14

    https://github.com/kellyjonbrazil/jc - "CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts."

  • rebound

    Command-line tool that instantly fetches Stack Overflow results when an exception is thrown (by shobrook)

  • nvitop

    An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management.

  • Project mention: Nvtop: Linux Task Monitor for Nvidia, AMD and Intel GPUs | news.ycombinator.com | 2024-03-12

    That's why the authors recommend pipx for installing nvitop. I am not a sysadmin, but I prefer pipx over relying on the (often outdated) distro sources.

    https://github.com/XuehaiPan/nvitop?tab=readme-ov-file#insta...

  • bbot

    A recursive internet scanner for hackers.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • iredis

    Interactive Redis: A Terminal Client for Redis with AutoCompletion and Syntax Highlighting.

  • graphtage

    A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.

  • Project mention: Pijul: Version-Control Post-Git • Goto 2023 | news.ycombinator.com | 2023-08-11

    I'm not familiar with Pijul, and haven't finished watching this presentation, but IME the problems with modern version control tools is that they still rely on comparing lines of plain text, something we've been doing for decades. Merge conflicts are an issue because our tools are agnostic about the actual content they're tracking.

    Instead, the tools should be smarter and work on the level of functions, classes, packages, sentences, paragraphs, or whatever primitive makes sense for the project and file that is being changed. In the case of code bases, they need to be aware of the language and the AST of the program. For binary files, they need to be aware of the file format and its binary structure. This would allow them to show actually meaningful diffs, and minimize the chances of conflicts, and of producing a corrupt file after an automatic merge.

    There has been some research in this area, and there are a few semantic diffing tools[1,2,3], but I'm not aware of this being widely used in any VCS.

    Nowadays, with all the machine learning advances, the ideal VCS should also use ML to understand the change at a deeper level, and maybe even suggest improvements. If AI can write code for me, it could surely understand what I'm trying to do, and help me so that version control is entirely hands-free, instead of having to fight with it, and be constantly aware of it, as I have to do now.

    I just finished watching the presentation, and Pijul seems like an iterative improvement over Git. Nothing jumped out at me like a killer feature that would make me want to give it a try. It might be because the author focuses too much on technical details, instead of taking a step back and rethinking what a modern VCS tool should look like today.

    [1]: https://semanticdiff.com/

    [2]: https://github.com/trailofbits/graphtage

    [3]: https://github.com/GumTreeDiff/gumtree

  • organize

    The file management automation tool.

  • PyInquirer

    A Python module for common interactive command line user interfaces

  • firefox_decrypt

    Firefox Decrypt is a tool to extract passwords from Mozilla (Firefox™, Waterfox™, Thunderbird®, SeaMonkey®) profiles

  • gita

    Manage many git repos with sanity 从容管理多个git库

  • Project mention: Gita: Manage multiple Git repositories with sanity | news.ycombinator.com | 2023-07-18
  • cli-apps

    The largest Awesome Curated list of CLI/TUI applications with source data organized into CSV files

  • Project mention: Ask HN: Interesting TUIs (text user interfaces), maybe forgotten ones? | news.ycombinator.com | 2024-05-06

    I personally love TUI software, you don't have to worry about GUI toolkits, mouse focused interaction, you can run them remotely over SSH, they're often composable, and composability is much easier, and who doesn't like the hackerman aesthetic?

    Some things I don't like about modern TUIs is developers getting away from the purpose of them, portability. Often you'll find really beautiful TUIs that require installation of custom fonts for icons and other overcomplicated stuff like that. They can be nice, but generally they sacrifice the practical benefit to a significant degree.

    One I discovered yesterday, not really a TUI, more of a shell but still, extremely powerful, is kalc https://github.com/bgkillas/kalc which is a complete scientific and graphing calculator in the terminal. It depends on gnuplot which is unfortunate since that is a GUI program, but there we go with composability again! It's fine and works and does what it needs to, so not really a big deal I guess.

    To find more:

    https://github.com/rothgar/awesome-tuis

    https://github.com/toolleeo/cli-apps

  • qr-filetransfer

    Transfer files over WiFi between your computer and your smartphone from the terminal

  • Project mention: Localsend: Open-Source Airdrop Alternative | news.ycombinator.com | 2023-10-18
  • git-delete-merged-branches

    :fire: Command-line tool to delete merged Git branches

  • azure-devops-cli-extension

    Azure DevOps Extension for Azure CLI

  • starcli

    :sparkles: Browse trending GitHub projects from your command line

  • git-big-picture

    :octopus: Git — the big picture

  • fontbakery

    🧁 A font quality assurance tool for everyone

  • remarshal

    Convert between CBOR, JSON, MessagePack, TOML, and YAML

  • matrix-commander

    simple but convenient CLI-based Matrix client app for sending and receiving

  • jello

    CLI tool to filter JSON and JSON Lines data with Python syntax. (Similar to jq)

  • Project mention: jq 1.7 Released | news.ycombinator.com | 2023-09-06

    Jello let’s you use python syntax with dot notation without the stdin/stdout/json.loads boilerplate.

    https://github.com/kellyjonbrazil/jello

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Command Line Tool related posts

  • Autojump: A CD command that learns

    1 project | news.ycombinator.com | 30 Mar 2024
  • FLaNK Stack Weekly 11 Dec 2023

    31 projects | dev.to | 11 Dec 2023
  • MastoLine - Mastodon in your terminal!

    2 projects | /r/Python | 10 Dec 2023
  • CSV2Notion Neo - Upload & Merge CSV Data with Images to Notion Database.

    1 project | /r/Airtable | 26 Oct 2023
  • Gita: Manage multiple Git repositories with sanity

    1 project | news.ycombinator.com | 18 Jul 2023
  • Gita: Command-line tool to manage multiple Git repos

    1 project | news.ycombinator.com | 16 Jul 2023
  • Clauneck: An open-source gem for scraping emails, social media accounts, and much more information from websites using Google Search Results.

    3 projects | /r/programming | 7 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 6 Jun 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Command Line Tool projects in Python? This list will help you:

Project Stars
1 autojump 16,010
2 q 10,130
3 google-images-download 8,514
4 jc 7,647
5 rebound 4,077
6 nvitop 4,111
7 bbot 3,833
8 iredis 2,502
9 graphtage 2,335
10 organize 1,974
11 PyInquirer 1,903
12 firefox_decrypt 1,836
13 gita 1,624
14 cli-apps 1,143
15 qr-filetransfer 968
16 git-delete-merged-branches 862
17 azure-devops-cli-extension 612
18 starcli 540
19 git-big-picture 539
20 fontbakery 529
21 remarshal 520
22 matrix-commander 521
23 jello 468

Sponsored
Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com