8000 GitHub - CleoMenezesJr/Serigy: Pin your clipboard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CleoMenezesJr/Serigy

Repository files navigation

Serigy
Serigy

Pin your clipboard

Store important information from your clipboard selectively and securely, ensuring that only what you need is always within reach.

Important

Serigy is not intended to be a clipboard manager, so please do not expect or demand features that involve constantly monitoring all clipboard information. The purpose of this application is to allow the user to pin the desired information while maintaining control over what they want to do."

Build

We need the following resources:

  • org.gnome.Sdk
  • flatpak-builder

Clone, build and run:

Clone the latest Serigy source from GitHub

git clone https://github.com/CleoMenezesJr/Serigy.git

Enter the directory and build

cd Serigy
flatpak-builder build io.github.cleomenezesjr.Serigy.json --user --install --force-clean

Run

cd Serigy
flatpak run io.github.cleomenezesjr.Serigy

That's it!

I want to create a pot file!

You can use this command to create a pot file for translation:

xgettext --files-from=po/POTFILES --output=po/serigy.pot --from-code=UTF-8 --add-comments --keyword=_ --keyword=C_:1c,2

0