Skip to content

Releases: dantheuber/clipless

Another test of automatic updates

23 Oct 22:09
Compare
Choose a tag to compare

Self Signed executable

23 Oct 22:05
86971ae
Compare
Choose a tag to compare

Fixed issue with build preventing updates from working properly, this now uses a self signed certificate to code sign for windows installs only. Mac support for auto updates will come later.

What's Changed

Full Changelog: v0.14.0...v0.15.0

Test Updates

23 Oct 01:34
7afd170
Compare
Choose a tag to compare

Testing Test updates.

Automatic Updates

23 Oct 01:31
7afd170
Compare
Choose a tag to compare

Something that probably should have been done first, but here we are. Any future updates should be downloaded automatically after this.

Quick Clips

23 Oct 00:34
0945fe7
Compare
Choose a tag to compare

Quick clips work as follows:

Search Terms

Search terms are simply a regular expression (Javascript syntax) where in there are named capture groups. Such as in the example: Context: (?<someTerm>.*)\s, in this regex, someTerm is the only named capture group present.

After creating search terms, they can be associated with tools, where the tools url token is equal to the name of your given capture group.

Tools

Tools are essentially just a web URL to a useful site that can be searched or queried by by passing query string or path parameters.
For example:
you could create a tool, name it Google and provide https://google.com/q={query} as the URL.

Tokens are formatted such that matches the name of the capture group in your search term regex, surrounded by brackets, like such: {someTerm}
Given the regex: Context: (?<someTerm>.*)\s, a tool with the token {someTerm} would be replaced with the text content captured.

NOTE: You MUST provide at least one token which represents the location in the URL that it should be provided.

Once you've created a tool, you can associate it with any created search terms by editing it.

Clip Compile Templates

08 Dec 03:30
Compare
Choose a tag to compare
Pre-release

Create templates for compiling multiple clips into a new clipboard.

  • Preferences contains a section for creating templates
  • ctrl+~ shows template selection

Increased Clips

25 Nov 05:05
Compare
Choose a tag to compare
Increased Clips Pre-release
Pre-release

You can now customize the number of clips that will be maintained, even to unnecessarily large numbers, such as 10k+, with a maximum of 100k clips for practicality sake.

More Preferences

17 Nov 05:14
be25124
Compare
Choose a tag to compare
More Preferences Pre-release
Pre-release

New Preferences:

  1. Window Transparency
  2. Keep locked clips values when clips emptied

Additionally, window width can be changed.

Preferences

15 Nov 05:18
Compare
Choose a tag to compare
Preferences Pre-release
Pre-release

Added user preferences and clip editor.

Bootstrap

10 Nov 07:37
e8e688a
Compare
Choose a tag to compare
Bootstrap Pre-release
Pre-release
  • Using bootstrap ui
  • Basic features working.
  • Much still to come 👍