Skip to main content

Various useful CLI tools

Project description

Fluffy Snips

CLI tools that I find useful

Installation

pip install fluffysnips

Commands

mvscreenshot

Move your most recent screenshot to a destination

Usage: mvscreenshot [OPTIONS] DESTINATION

Arguments:
  DESTINATION  [required]

Options:
  -m      Print markdown to use image  [default: False]
  --help  Show this message and exit.

Example

$ mvscreenshot pictures/example_1
Screenshot from 18 hours ago
Move to: /home/user/current/directory/pictures/example_1.png
Confirm [Y/n]: y

tablefix

Reformat your markdown tables so each column is aligned to the largest cell

Usage

Usage: tablefix [OPTIONS] TARGET

Arguments:
  TARGET  [required]

Options:
  -i, --inline     Change the file  [default: False]
  -r, --recursive  If targeting a directory, format all markdown files in the
                   directory  [default: False]

  --help           Show this message and exit.

Example

Before:

### Diff

| Flag | Description |
| ---- | ----------- |
| -y   | Side by side |
| -r   | Recursive (directory) |

After:

### Diff

| Flag | Description           |
| ---- | --------------------- |
| -y   | Side by side          |
| -r   | Recursive (directory) |

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

fluffysnips-0.0.3.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

fluffysnips-0.0.3-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page