p icon indicating copy to clipboard operation
p copied to clipboard

Pump.io command line utility (à la t)

Results 10 p issues
Sort by recently updated
recently updated
newest added

Allowing the "inbox" command to take a argument for how many entries to return, a la: `p inbox *5*` would make it considerably more useful. (And, by extension, one presumes,...

…this should either be documented in the README or just added to the requirements in `setup.py` Related: xray7224/PyPump#137

Should probably make some unit tests or something.

bug

Possibly because of dodgy cert on theperplexingpariah.co.uk

p always tries to create Pump and Client objects even if the sub command doesnt need it, which sometimes result in weird errors and slowness. Example: ``` $ p set...

bug

A `--config ` option would probably be nice to have when using `p` in cron jobs and scripts ``` $ p --config comedy_bot.json post note "what's the deal with.." $...

enhancement

`p` should catch network errors and shorten them to something more user-friendly Example proxy error: ``` Traceback (most recent call last): File "/home/moggers/workspace/p/env/bin/p", line 5, in pkg_resources.run_script('p==0.1', 'p') File "/home/moggers/workspace/p/env/lib/python2.7/site-packages/pkg_resources.py",...

It'd be good to be able to list all the content posted similar to inbox but obviously things you've posted or shared. This could be used in a script to...

enhancement

Currently the `p inbox` UI is a bit hard to read and also doesn't contain some data (e.g. to/cc/bcc/etc.). It'd be good to clean this up and add any missing...

enhancement

It'd be great to be able to comment on notes, images, other comments or any other object of any kind. This will some way to say what it's in reply...

enhancement
help wanted