A command line utility to export Google Keep notes to markdown

A command line utility to export Google Keep notes to markdown files with metadata stored as a frontmatter header. Supports exporting: Simple notes List notes Images and Drawings Audio clips Link annotations Usage If you do not supply a username or password before running it, you will be prompted to input them. Usage: keep_export [OPTIONS] Options: –config FILE Read configuration from FILE. -u, –user TEXT Google account email (prompt if empty) [env var: GKEEP_USER; required] -p, –password TEXT Google account […]

Read more

A python command line toolfor archiving Twitter JSON

Collect data at the command line from the Twitter API (v1.1 and v2). Contributing Documentation The documentation is managed at ReadTheDocs. If you would like to improve the documentation you can edit the Markdown files in docs or add new ones. Then send a pull request and we can add it. To view your documentation locally you should be able to: pip install -r requirements-mkdocs.txt mkdocs serve open http://127.0.0.1:8000/ If you prefer you can create a page on the wiki […]

Read more

Instant coding answers via the command line in python

instant coding answers via the command line Sherlock, your neighborhood command-line sloth sleuth. Are you a hack programmer? Do you find yourself constantly Googling for how to do basic programming tasks? Suppose you want to know how to format a date in bash. Why open your browser and read through blogs (risking major distraction) when you can simply stay in the console and ask howdoi: $ howdoi format date bash > DATE=`date +%Y-%m-%d` howdoi will answer all sorts of queries: […]

Read more

PathPicker accepts a wide range of input — output from git commands

Facebook PathPicker is a simple command line tool that solves the perpetual problem of selecting files out of bash output. PathPicker will: Parse all incoming lines for entries that look like files Present the piped input in a convenient selector UI Allow you to either: Edit the selected files in your favorite $EDITOR Execute an arbitrary command with them It is easiest to understand by watching a simple demo: Examples After installing PathPicker, using it is as easy as piping […]

Read more

Adds flavor of interactive filtering to the traditional pipe concept of UNIX shell

__ ____ ___ ______________ / / / __ / _ / ___/ ___/ __ / / / /_/ / __/ / / /__/ /_/ / / / .___/___/_/ ___/____/_/ /_/ percol adds flavor of interactive selection to the traditional pipe concept on UNIX. What’s this percol is an interactive grep tool in your terminal. percol receives input lines from stdin or a file, lists up the input lines, waits for your input that filter/select the line(s), and finally outputs the […]

Read more

A command-line client for SQLite databases that has auto-completion

Docs A command-line client for SQLite databases that has auto-completion and syntax highlighting. Installation If you already know how to install python packages, then you can install it via pip: You might need sudo on linux. $ pip install -U litecli The package is also available on Arch Linux through AUR in two versions: litecli is based the latest release (git tag) and litecli-git is based on the master branch of the git repo. You can install them manually or […]

Read more

Dead simple CLI tool to try Python packages

try is an easy-to-use cli tool to try out Python packages. Features Install specific package version from PyPI Install package from GitHub Install in virtualenv using specific version of python Specify alternative python package import name Keep try environment after interactive session Launch interactive python console with already imported package Launch editor instead of interpreter Launch arbitrary python shell instead of default python shell Usage try requests try requests –ipython try requests –shell ptipython try requests -p 3.5 try requests […]

Read more

A python tool that periodically collects a list of resources in cloud accounts

Cloudkeeper Cloudkeeper is a standalone CLI tool that periodically collects a list of resources in cloud accounts, provides metrics about them, and can clean them up. If you ever had a standstill in your CI pipeline because a broken job leaked cloud resources which triggered a quota limit wanted to find all the places an expired certificate is used in had to change the tags of thousands of EC2 instances at once needed to delete all unused EBS volumes that […]

Read more

A command-line photo search tool based on the awesome OpenAI’s CLIP neural network

rclip is a command-line photo search tool based on the awesome OpenAI’s CLIP neural network. Installation Currently, pre-built distributable is available only for Linux x86_64. Download the AppImage from the latest release. Execute following commands: $ chmod +x $ sudo mv /usr/local/bin/rclip Usage $ cd photos && rclip “search query” How do I preview the results? The command from below will open top-5 results for “kitty” in your default image viewer. For this to work, you’ll have to index the […]

Read more
1 3 4 5 6 7 12