Skip to content

A simple script from terminal to quickly shere your files via 0.0 st null pointer website with some cool features for any shell

License

Notifications You must be signed in to change notification settings

ALEX5402/Q-shere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q-shere

A simple script to quickly shere your files via 0.0 st null pointer website with some cool features

Dependencies

Make shure wget and curl is installed

Installetion and Update

curl -LSs "https://raw.githubusercontent.com/ALEX5402/Q-shere/main/setup.sh" | bash -

Add this to your config.fish file if you use fish shell

# Add ~/.local/bin to PATH
if test -d ~/.local/bin
    if not contains -- ~/.local/bin $PATH
        set -p PATH ~/.local/bin
    end
end

Add this to your .bashrc config file if you use bash

# Add ~/.local/bin to PATH
if [ -d "$HOME/.local/bin" ] && ! echo "$PATH" | grep -q "$HOME/.local/bin"; then
    export PATH="$HOME/.local/bin:$PATH"
fi

Usage

upload -h

Uninstall

rm ~/.local/bin/upload

🤝 Contributing

  • Fork this project
  • Make changes
  • Make a pull request with changes
  • Describe the changes
  • Atlist provide a example how the new changes works
  • Feel free to add any good feature in this project or any bug fixes

About

A simple script from terminal to quickly shere your files via 0.0 st null pointer website with some cool features for any shell

Topics

Resources

License

Stars

Watchers

Forks

Languages