Skip to content

Instantly share code, notes, and snippets.

@piyush01123
Last active December 2, 2022 11:15
Show Gist options
  • Save piyush01123/a2ad38dc4acd6f7a1abeca8a8e0d4d8a to your computer and use it in GitHub Desktop.
Save piyush01123/a2ad38dc4acd6f7a1abeca8a8e0d4d8a to your computer and use it in GitHub Desktop.
Command Line Productivity Tools

Command Line Productivity Tools

In course of my everyday work, sometimes I need a tool which does not exist. So I build them myself and later release them. Here are 3 command line tools I have built that each serve some specific purpose:

Tool 1: Flask Image Gallery

Generates image gallery from your server. Very useful during ML experimentation. Link to repository.

Tool 2: Personal Mini Cloud

Share any file with just 1 cURL command:

curl -i -X POST -F file=@FILE_PATH  http://personal-mini-cloud.herokuapp.com

Replace $FILE_PATH with your required file path. This will return a URL like http://personal-mini-cloud.herokuapp.com/cdn/$file which you can share.

Link to repository

Tool 3: Terminal Music

Play Youtube music directly from your terminal. Link to repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment