Skip to content

Releases: aeyno/rofipaste

RofiPaste 0.1.8

10 Oct 14:48
Compare
Choose a tag to compare

Patch notes

  • Use xdg-open to open the config file if there is no editor specified

RofiPaste 0.1.7

10 Oct 14:40
Compare
Choose a tag to compare

Patch notes

  • Bug fixes
    • It was impossible to create a new entry from --edit-entry
    • There was a bug in parsing the arguments in the editor variable
  • New features
    • You can now put $FILE in your editor variable and it will be replaced by the filename you want to edit
      • Exemple : editor="termite -e 'nvim $FILE'" will open nvim in termite on the file you want to edit
    • There is now a /help command 👍

RofiPaste 0.1.6

07 Oct 09:07
Compare
Choose a tag to compare

Patch notes:

New features

  • Ability to edit a paste
  • New keybindings

and of course some bug fixes

RofiPaste 0.1.5

02 Oct 19:55
Compare
Choose a tag to compare

Patch Notes:

  • Printing the correct version when using --version option

RofiPaste 0.1.4

02 Oct 19:46
Compare
Choose a tag to compare

Patch notes:

Fixing some issues

  • Handling rofi errors
  • Removing new line at the end of the pastes
  • Creating config directory and / or config file if it doesn't already exist
  • Fixing rstrip(' (exec)') issue: you can now end your filenames by 'e', 'x' or whatever you want 😉

Adding new features

  • There is now a get_clipboard_content function in the rofipaste module

RofiPaste 0.1.3

28 Sep 12:21
15e011d
Compare
Choose a tag to compare

Patch Notes

  • Creating pastes_folder if it doesn't exists

New features

  • Use shebang to execute files if it's present

  • Different icons according to file extensions

  • You can edit the config file and your entries from rofipaste

RofiPaste 0.1.2

27 Sep 21:18
Compare
Choose a tag to compare

Patch Notes:

  • Fixing issues in the help menu
  • Removing some useless echo
  • Adding icons for executable files
  • Make use of the shebang when it's present (and detect executable files thanks to the shebang)

RofiPaste 0.1.1

27 Sep 19:56
Compare
Choose a tag to compare

Adding dependencies

First working version

27 Sep 19:34
Compare
Choose a tag to compare

This is the first working version !