All Projects → aikikode → Fileshare

aikikode / Fileshare

Licence: mit
Debian/Ubuntu applet for screenshots and images sharing using popular online services

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fileshare

App Outlet
A Universal linux app store
Stars: ✭ 131 (+274.29%)
Mutual labels:  ubuntu, debian, deb
Debreate
A utility for creating Debian packages.
Stars: ✭ 70 (+100%)
Mutual labels:  ubuntu, debian, deb
Fpm Within Docker
Leverage fpm inside pre-baked docker images in order to build and test native DEB and RPM packages.
Stars: ✭ 80 (+128.57%)
Mutual labels:  ubuntu, debian, deb
Imgursniper
📷 A quick and easy Image, Screenshot and Screen recording sharing tool
Stars: ✭ 69 (+97.14%)
Mutual labels:  share, screenshot, imgur
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+51737.14%)
Mutual labels:  share, screenshot, imgur
Katana
🚀 a powerful, open-source screenshot utility for macOS
Stars: ✭ 270 (+671.43%)
Mutual labels:  share, screenshot, imgur
airgeddon deb packages
Useful related to airgeddon packages for Debian based Linux distributions
Stars: ✭ 22 (-37.14%)
Mutual labels:  debian, ubuntu, deb
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (+1611.43%)
Mutual labels:  ubuntu, debian, deb
Debbuild
Build deb packages from rpm specifications
Stars: ✭ 32 (-8.57%)
Mutual labels:  ubuntu, debian
Openvpn Install
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS or Arch Linux.
Stars: ✭ 7,142 (+20305.71%)
Mutual labels:  ubuntu, debian
Displaylink Debian
DisplayLink driver installer for Debian and Ubuntu based Linux distributions.
Stars: ✭ 768 (+2094.29%)
Mutual labels:  ubuntu, debian
Ansible Supervisor
Ansible role to set up (the latest or a specific version of) supervisor in Debian-like systems
Stars: ✭ 32 (-8.57%)
Mutual labels:  ubuntu, debian
Debops
DebOps - Your Debian-based data center in a box
Stars: ✭ 734 (+1997.14%)
Mutual labels:  ubuntu, debian
Atomic Toolkit
AtoMiC Toolkit simplifies HTPC / Home Server setup and management on Ubuntu and Debian variants including Raspbian. It currently supports: Couchpotato, Deluged, Emby, FFmpeg, Headphones, Htpcmanager, Jackett, Kodi, Lazylibrarian, Madsonic, Mono, Mylar, Nzbget, Nzbhydra, NzbToMedia, Ombi, Plex, Plexpy, Pyload, qBittorrent, Radarr, Sabnzbd+, Sickgear, Sickrage, Sonarr, Subsonic, Transmission, Unrar, Watcher, and Webmin.
Stars: ✭ 747 (+2034.29%)
Mutual labels:  ubuntu, debian
Plymouth Themes
A hugh collection (80+) of plymouth themes ported from android bootanimations
Stars: ✭ 663 (+1794.29%)
Mutual labels:  ubuntu, debian
Snapshots For Windows
Application for make and upload screenshots / Приложение для создания и загрузки скриншотов
Stars: ✭ 6 (-82.86%)
Mutual labels:  screenshot, imgur
Server Manager
This repository holds the IntISP Interface. It can be rebuilt to interface with any other hosting panel.
Stars: ✭ 31 (-11.43%)
Mutual labels:  ubuntu, debian
Wireguard Install
WireGuard road warrior installer for Ubuntu, Debian, CentOS and Fedora
Stars: ✭ 650 (+1757.14%)
Mutual labels:  ubuntu, debian
Switch Apt Mirror.ansible.role
switch apt mirror for Debian & Ubuntu with Ansible role.
Stars: ✭ 5 (-85.71%)
Mutual labels:  ubuntu, debian
Swizzin
A simple, modular seedbox solution
Stars: ✭ 888 (+2437.14%)
Mutual labels:  ubuntu, debian

Fileshare Applet

Fileshare applet development is inspired mostly by Droplr windows client. Its purpose is to share images over the Internet using on-line services.
By now Imgur service is supported.

Fileshare applet features

  • drag'n'drop image files to 'File Grabber' to upload
  • select screen area to grab, show preview and upload
  • link to the result image is automatically stored in the buffer, just paste to share the link
  • Imgur and Droplr account support: run 'Log in' menu item to connect application to your account (note, that to use Droplr account you'll need to request application keys from the developers, see http://help.droplr.com/customer/portal/articles/1014091-introduction for more details)

For Linux users

  1. Download and latest DEB package from releases page. Or build a package yourself if you want (requires Docker):
    ./ci/build.sh
    
    this will create deb package in dist folder.
  2. Install it with the command:
# apt-get install <path to deb file>

For Windows users:

  1. Download and run PyGTK all-in-one installer:
    http://www.pygtk.org/downloads.html
  2. Run fileshare-setup.exe

Custom keyboard shortcut

Please, note, that not all systems support hotkeys. To check whether your system supports them, open Python console and type:

from gi.repository import Keybinder

If there's no error, shortcuts should work fine.

By default the keyboard shortcut is "<Super>P".
In case it conflicts with your system or you'd like to change it, perform the following:

  1. Start the fileshare application
  2. Quit the app
  3. Edit the file
~/.fileshare/settings.cfg

find the section:

[KEYMAP]
grabscreen = <Super>P

and change "<Super>P" to the desired shortcut.
You may use the following modifiers: <Alt>, <Ctrl>, <Shift>, <Super>

Special thanks to:

  • Droplr developers for idea
  • Weather Indicator Team for first steps in Unity Python toolbar application development
  • VladX, Nanoshot developer for many great PyGTK examples
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].