Skip to content

Releases: collove/pasteme-cli

1.0.6 Extension Bug Is Patched!

29 Oct 08:19
Compare
Choose a tag to compare

PasteMe-cli 1.0.5 Release Notes!

29 Oct 07:30
Compare
Choose a tag to compare

What's Changed

1️⃣ No further need for --language option since it's automated now! (It works based on the file extension)
2️⃣ New STDOUT scheme! ¯_(ツ)_/¯

New Contributors

Full Changelog: v1.0.4...v1.0.5

PasteMe-CLI v1.0.4 (expiry feature issue fixed)

24 Aug 21:05
Compare
Choose a tag to compare

PasteMe-CLI v1.0.3 Release Notes!

24 Aug 19:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

pasteme-cli v1.0.0 Release Announcement! 🎉

01 Aug 09:50
Compare
Choose a tag to compare

We got a new major feature for pasteme-cli. Now, your snippets have an expiry limit! You can keep your snippets live for either one day, one week, or one month. Your snippet will be expired after one day by default!

Examples

Expire after one day (default):

$ pasteme -x 1d file.go

Expire after one week:

$ pasteme -x 1w file.go

Expire after one month:

$ pasteme -x 1m file.go

Merged PRs

Special Thanks to

Update your pasteme-cli tool to v1.0.0 by running the following command:

$ pip install pasteme-cli -U

v0.0.2: Merge pull request #4 from collove/development

15 Jul 15:25
b20788e
Compare
Choose a tag to compare