Skip to content

gvoysey/oxo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0x0 uploader

This is a very lightweight front-end to the 0x0 pastebin service for slightly easier command line use.

Installation

pipx

pipx install git+https://github.com/gvoysey/oxo-uploader

pip

python3 -m venv oxovenv
oxovenv/bin/pip install git+https://github.com/gvoysey/oxo-uploader
ln -s oxovenv/bin/oxo ${HOME}/.local/bin # optional.

development (poetry required)

git clone https://github.com/gvoysey/oxo-uploader
cd oxo-uploader
poetry install

Use

Each of the three endpoints supported by 0x0 has an associated subcommand.

Usage: oxo [OPTIONS] COMMAND [ARGS]...

Options:
  --install-completion  Install completion for the
                        current shell.

  --show-completion     Show completion for the
                        current shell, to copy it
                        or customize the
                        installation.

  --help                Show this message and
                        exit.


Commands:
  files    Upload one or more files.
  repost   Repost one or more urls.
  shorten  Shorten one or more urls.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages