Python Command Line Tool

Open-source Python projects categorized as Command Line Tool

Top 23 Python Command Line Tool Projects

  • autojump

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

    Project mention: Zshell | news.ycombinator.com | 2024-03-06

    I also use zsh for years and did not know that. What I like this: Actually having completions shown in the screen and being able to navigate them with tabs. I think that is not a default behavior, but that is what oh-my-zsh does for you in its default setup. Does someone have more insight on that?

    I did not know about this, but I use https://github.com/wting/autojump, so I am not super sad that I missed something that hold me back severely. But good to know.

  • q

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

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • 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.

    Project mention: [GitHub Action]: Wrappers for sqlmap, bbot and nikto | /r/cybersecurity | 2023-05-29

    Its not that much of a tool than wrappers of few awesome tools that most of you probably know and use today - sqlmap, bbot and nikto.

  • 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.

  • 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.

    Project mention: Automatic/Active Grouping of Similarly Named Files? | /r/selfhosted | 2023-05-15

    Organize - https://github.com/tfeldmann/organize - might help..

  • 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

    Project mention: Tool to Decrypt Chrome, Firefox and Edge login information | /r/netsec | 2023-04-09

    Take a look at this GitHub https://github.com/unode/firefox_decrypt

  • 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: Should I switch from Ubuntu to Arch for improved Linux knowledge, security, and a lighter system? | /r/linuxquestions | 2023-05-01
  • 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

    Project mention: Who has ever heard of `artifacttool.exe`?\ | /r/AZURE | 2023-04-14
  • starcli

    :sparkles: Browse trending GitHub projects from your command line

  • git-big-picture

    :octopus: Git — the big picture

  • 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

  • srt

    A simple library and set of tools for parsing, modifying, and composing SRT files. (by cdown)

  • SaaSHub

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

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). The latest post mention was on 2024-03-12.

Python Command Line Tool related posts

Index

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

Project Stars
1 autojump 15,877
2 q 10,102
3 google-images-download 8,483
4 jc 7,468
5 rebound 4,052
6 nvitop 3,701
7 bbot 3,423
8 iredis 2,472
9 graphtage 2,308
10 organize 1,903
11 PyInquirer 1,877
12 firefox_decrypt 1,768
13 gita 1,594
14 cli-apps 966
15 qr-filetransfer 951
16 git-delete-merged-branches 843
17 azure-devops-cli-extension 605
18 starcli 534
19 git-big-picture 529
20 remarshal 516
21 matrix-commander 497
22 jello 452
23 srt 421
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com