GithubHelp home page GithubHelp logo

7e4 / steck Goto Github PK

View Code? Open in Web Editor NEW

This project forked from supakeen/steck

0.0 0.0 0.0 231 KB

A command line client for the pinnwand pastebin.

Home Page: https://supakeen.com/project/steck

License: MIT License

Python 100.00%

steck's Introduction

https://steck.readthedocs.io/en/latest/_static/logo-readme.png

steck

https://travis-ci.org/supakeen/steck.svg?branch=master https://readthedocs.org/projects/steck/badge/?version=latest https://img.shields.io/pypi/v/steck

About

steck is a Python application to interface with the pinnwand pastebin software. By default steck pastes to bpaste but you can override the instance used.

Prerequisites

  • Python >= 3.6
  • click
  • requests
  • python-magic
  • termcolor
  • appdirs
  • toml

Usage

Simple use:

€ steck paste *
You are about to paste the following 7 files. Do you want to continue?
 - LICENSE
 - mypy.ini
 - poetry.lock
 - pyproject.toml
 - README.rst
 - requirements.txt
 - steck.py

Continue? [y/N] y

Completed paste.
View link:    https://localhost:8000/W5
Removal link: https://localhost:8000/remove/TS2AFFIEHEWUBUV5HLKNAUZFEI

You can also paste from stdin (a single file):

€ steck paste --no-confirm -

Skip the confirmation:

€ steck paste --no-confirm *

Don't try to guess at filetypes:

€ steck paste --no-magic *

Skip checking files against .gitignore:

€ steck paste --no-ignore *

Descend recursively:

€ steck paste **/*

More usecases are found in the documentation.

Configuration

The default argument values used by steck can be configured by copying the steck.toml-dist file to ~/.config/steck/steck.toml. You can turn off the confirmation or choose another pinnwand instance there.

More about configuration can be found at the documentation.

License

steck is distributed under the MIT license. See LICENSE for details.

steck's People

Contributors

supakeen avatar gvoysey avatar snoopj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.