Releases: adamkiss/alfred-utf
Releases · adamkiss/alfred-utf
🔍 2.1.0: Small, yet mighty
New in 2.1.0
- exact match: use
utf !<character>
to get a character match, instead of a search - help: type
utf !h
and get help. (heh!) - Added PHP result
\u{2192}
(Cmd+Opt) and full codepoint (Ctrl+Opt) result (0021
vs hex:21
) - Improved subtitles of all alternative results to show you what you're copying and pasting to the frontmost app
- Added support for Copy result (copies the character name) and for Large text (character and character name)
Fixed in 2.1.0
- fixed cast matching character when searching or using
utf9
to get your top characters - when comparing codepoints between usage table and unicode table, SQLite happily saw "21" and "21e0" and thought "Yes! That's 21 and 21 in scientific notation. MATCH!", which was obviously wrong. I am now force casting the comparison to string first. - fixed missing
N
Unicode category, which is… Numbers. All numbers.
I ain't touching this workflow for at least week now.
9️⃣ 2.0.3: The top 9 release
2.0.3: utf10
is now utf9
- Since alfred returns 9 results, Top 9 characters is very symbolic - and also, all are available under ⌘+<1-9>
- I also snuck in word "command" into the name of "places of interest sign"
U+2318
, because command is what many people who search for it think of, I'd guess - so you can search forcommand sign
now.
2.0.2 🐛
- Fixed (hopefully 😉) all the bugs around the user database / usage table (I now basically always
CREATE TABLE IF NOT EXISTS
, which should not add more than a couple uSeconds) - Improved the labelling of the workflows
- Added top 10 fallback result if there are is no recorded usage yet
**2.0.1 🎉 **
- super-fast search
- full-text search over the weird Unicode name, hex code, category and key symbol
- remembers what characters you selected previously, and gives them preferential treatment when you search for them again (hello,
→
) - for a bit of fun, alfred-utf gives you 10 of your most search characters, with alfred command
utf10
- if you really want to have fun, you can start your query with colon, and you have can write your own, full sqlite fts5 match syntax!
Enjoy and prosper!
🐛 2.0.2: Bug Hunt galore
New in 2.0.2 🐛
- Fixed (hopefully 😉) all the bugs around the user database / usage table (I now basically always
CREATE TABLE IF NOT EXISTS
, which should not add more than a couple uSeconds) - Improved the labelling of the workflows
- Added top 10 fallback result if there are is no recorded usage yet
And to recap 2.0.1 🎉
- super-fast search
- full-text search over the weird Unicode name, hex code, category and key symbol
- remembers what characters you selected previously, and gives them preferential treatment when you search for them again (hello,
→
) - for a bit of fun, alfred-utf gives you 10 of your most search characters, with alfred command
utf10
- if you really want to have fun, you can start your query with colon, and you have can write your own, full sqlite fts5 match syntax!
Enjoy and prosper!
🎉 Search UTF without fluff
It's released. Features:
- super-fast search
- full-text search over the weird Unicode name, hex code, category and key symbol
- remembers what characters you selected previously, and gives them preferential treatment when you search for them again (hello,
→
) - for a bit of fun, alfred-utf gives you 10 of your most search characters, with alfred command
utf10
- if you really want to have fun, you can start your query with colon, and you have can write your own, full sqlite fts5 match syntax!
Enjoy and prosper!