1 file was added to this release more than 14 days after its initial publication. Inspect the release files before installing.
This tool is a simple command-line interface to the [ge.tt](http://ge.tt/)
file sharing website.
You can use it to upload files, list and create shares and delete those.
One of the advantages of ge.tt over other sharing websites is that you don't
need to wait for the uploading process to end to be able to share a file
with others. Your file gets a link as soon as it starts uploading, and others
will be able to download it while it's uploading.
Every file is part of share, which can contain several of them.
Shares can have a custom title, and are identified by an URL in the form of
`http://ge.tt/share_name`
Here is an example of what it looks like when uploading files:
```text
--------------------------------------------------------------------------------
Share: Untitled (7 file(s)) [http://ge.tt/8ExGXpA]
--------------------------------------------------------------------------------
- distribute_setup.py 15.76 KB http://ge.tt/8ExGXpA/v/1 remote
- COPYING 7.65 KB http://ge.tt/8ExGXpA/v/0 remote
- gett_uploader.py 9.17 KB http://ge.tt/8ExGXpA/v/3 remote
- gett.py 7.36 KB http://ge.tt/8ExGXpA/v/2 remote
- README.md 2.02 KB http://ge.tt/8ExGXpA/v/5 remote
- MANIFEST.in 13.00 B http://ge.tt/8ExGXpA/v/4 remote
- setup.py 539.00 B http://ge.tt/8ExGXpA/v/6 remote
COPYING (1/7) [##################################################] 100 %
distribute...py (2/7) [##################################################] 100 %
gett.py (3/7) [##################################################] 100 %
gett_uploa...py (4/7) [##################################################] 100 %
MANIFEST.in (5/7) [##################################################] 100 %
README.md (6/7) [##################################################] 100 %
setup.py (7/7) [##################################################] 100 %
Storage used: 316.30 KB out of 2.00 GB (0 %)
```
# Installation
To use this tool, you need to have __Python 3__ installed:
- If you're using Windows you can download it from
[python.org](http://python.org/download/)
Please make sure to pick Python 3.x and not Python 2.x!
- For apt-get-based Linux distributions (such as Debian or Ubuntu),
you can install it with:
`$ sudo apt-get install python3`
You then need to install gett-cli (this will provide the `gett` command):
- on Windows, use the provided MSI Installer:
- for Python 3.3, use [this one](https://bitbucket.org/mickael9/gett-cli/downloads/gett-cli-0.2.3.win32-py3.3.msi)
- on other systems, you can simply use `pip` if you have it:
`# pip install gett-cli` (system-wide installation) or `$ pip install gett-cli --user` (as user)
alternatively, you can download the [source tarball](https://bitbucket.org/mickael9/gett-cli/get/v0.2.2.tar.bz2)
and run
`$ python3 setup.py install` (you might need to substitute `python3` to `python`
if python3 is the default interpreter)
That's it!
# Usage examples
Uploading files to a new share:
$ gett hello.jpg image2.png
Uploading files to an existing share:
$ gett -s http://ge.tt/share_name hello.jpg image2.png
Listing your shares:
$ gett --list
Deleting a share:
$ gett --delete http://ge.tt/share_name
Deleting a file:
$ gett --delete http://ge.tt/share_name/v/0
Note that whenever `http://ge.tt/<share_name>[/v/<fileid>]` is expected,
you can omit the `http://ge.tt/` part:
$ gett --delete share_name/v/0
Searching for a share or a file:
$ gett -S hello
Searching with fuzzy comparison: (-R 1.0 means "exactly this", 0.1 means "very loose")
$ gett -R 0.5 -S heplo
You can see all the available options with:
$ gett --help
Release files for gett-cli 0.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
File added late
1 file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gett-cli-0.2.3.tar.gz | 11.6 kB | Details |
Release files / gett-cli-0.2.3.tar.gz
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | gett-cli-0.2.3.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3235e9f7d1dce14ecc04869a645c0cc9d0d0aa6641af8c3723b96554d603befd
|
|
BLAKE2b-256 checksum How to use checksums |
cf3e7bee8a476811851b116dd0b1cd7d4f7c8c6b689bb629400e856fedb6f1b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |