NordVPNKrunner

Krunner plugin for the NordVPN CLI

LGPL-3.0 License

Stars
12
NordVPNKrunner - Small install script fixes Latest Release

Published by alex1701c 4 months ago

NordVPNKrunner - Improve install instructions

Published by alex1701c 4 months ago

NordVPNKrunner - Improve config handling

Published by alex1701c 6 months ago

NordVPNKrunner - Install script adjustments

Published by alex1701c 6 months ago

NordVPNKrunner - 3.0.0 - First Plasma6 compatible release

Published by alex1701c 7 months ago

NordVPNKrunner - Small code improvements, cleanups, deprecation fixes

Published by alex1701c over 2 years ago

NordVPNKrunner - Fix parsing issues with newer NordVPN CLI version

Published by alex1701c over 2 years ago

NordVPNKrunner - Cleanup, deprecation fixes, fix build with later KDE Frameworks

Published by alex1701c over 2 years ago

NordVPNKrunner - Cleanup + Async improvements

Published by alex1701c over 3 years ago

  • Cleanup some of the UI an code
  • Fix parsing errors if NordVPN displays an update message
  • Fetch data completely async
  • Fix KRunner deprecations
NordVPNKrunner - Rewrite of plugin

Published by alex1701c over 4 years ago

The plugin has been rewritten and a lot of things are done differently:

  • Instead of notify-send the KNotifications API is used, this makes the notifications more configurable
  • The nordvpn commands are not executed using a system() call and some pipes for the notifications but asynchronous QProcesses
  • The query parsing has been changed to adapt to new features of the nordvpn cli, for instance with the query vpn <target> you can also reconnect to a different server.
  • You can enable fetching your public ip from ifconfig.me/ip and displaying it in the status notification.
  • The status is only fetched when the query starts with vpn or nordvpn, then it is reused for the match session
NordVPNKrunner - User level installer and optimizations

Published by alex1701c almost 5 years ago

A install script which installs the plugin just for the current user has been added
and the build has been optimized.

NordVPNKrunner - Fix Disconnect Notification

Published by alex1701c about 5 years ago

Now the NordVPN CLI asks you to rate the connection after you disconnect.
This message was also shown in the notification when you disconnect.
This has been fixed by passing on only the first line of the disconnect console output to the notification.

NordVPNKrunner - LICENSE added and rewritten code

Published by alex1701c over 5 years ago

This project now contains a LICENSE file and the screenshots have been moved to a separate repository.

The plugin now shows if there is no internet connection.
Furthermore it ignores update messages from the NordVPN CLI.

Finally most of the logic used to create the matches has been rewritten.

NordVPNKrunner - More formatting options, bug fixes, update docs

Published by alex1701c over 5 years ago

Add more formatting options for the status option inside Krunner.
Fix bug in install script and update README.md.

NordVPNKrunner - First Release

Published by alex1701c over 5 years ago

Runner functionality and config dialog work.