8000 GitHub - 0mp/CLItexties: Post to txti.es from the command line.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0mp/CLItexties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLItexties

Post to txti.es from the command line.

Usage

Usage: CLItxties.sh [-h] (-i [-e editor | -f file] (-r | url) | (-f file | -s) (-r | url) edit_code)
  -e editor use a different editor instead of the default nano(1)
  -f file   get the content from a file
  -h        print this usage and exit
  -i        enter the content, the url and the edit code interactively
  -r        use a randomly generated url
  -s        take input from the stdin

Examples

  • Enter the content, the custom url and the edit code interactivly:

      ./CLItxties.sh -i
    
  • Post a content from a file to a random url interactively:

      ./CLItxties.sh -i -f file.txt -r
    
  • Pipe the content into the scipt and post it on YourCoolURL using rad! as your edit code:

      ./CLItxties.sh -s YourCoolURL rad!
    
  • Enter the content interactively using ed(1), the standard text editor:

      ./CLItxties.sh -e ed -i
    
  • Print the usage:

      ./CLItxties -h
    

OK, but how can I access my content?

Suppose that MyCoolPost is your customized URL. You'll find your post at http://txti.es/MyCoolPost and the edit link would be http://txti.es/MyCoolPost/edit.

Dependencies

  • curl
  • lynx
  • nano (unless you change it to some other editor in the source code or with -e)

About

Post to txti.es from the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0