Releases: aeyno/rofipaste
Releases · aeyno/rofipaste
RofiPaste 0.1.8
RofiPaste 0.1.7
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
- It was impossible to create a new entry from
- New features
- You can now put
$FILE
in youreditor
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
- Exemple :
- There is now a
/help
command 👍
- You can now put
RofiPaste 0.1.6
Patch notes:
New features
- Ability to edit a paste
- New keybindings
and of course some bug fixes
RofiPaste 0.1.5
Patch Notes:
- Printing the correct version when using
--version
option
RofiPaste 0.1.4
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 therofipaste
module
RofiPaste 0.1.3
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
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
Adding dependencies
First working version
This is the first working version !