Skip to content

kkrruumm/bobash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

bobash

A simple bobashare client written in bash.

Usage

bobash upload file - Uploads file to the specified bobashare server.

bobash delete id deletekey - Deletes ID on the specified bobashare server.

bobash log - Outputs contents of the log file.

All uploads and their details (such as IDs and delete keys) will be logged in, by default, ~/.local/share/bobash/log.

A few settings may be changed in ~/.config/bobash/config,

server - Set the API url for the target bobashare server.
logdir - Set the logging directory for bobash uploads.
stripping - Enable or disable exif data stripping from uploads, depends on exiftool. Valid values are true or false, defaults to false.

Dependencies

  • exiftool (Optional, for exif data stripping)
  • printf
  • curl
  • file
  • jq
  • cat

About

bobashare client written in bash

Resources

License

Stars

Watchers

Forks

Languages