Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxh3/kianalol
Just a tool that frees you from typing the in the address bar forever.
https://github.com/zxh3/kianalol
Last synced: 3 months ago
JSON representation
Just a tool that frees you from typing the in the address bar forever.
- Host: GitHub
- URL: https://github.com/zxh3/kianalol
- Owner: zxh3
- License: mit
- Created: 2023-07-15T04:04:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T10:33:18.000Z (6 months ago)
- Last Synced: 2024-05-21T12:10:40.529Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 914 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Kianalol - Spotlight-like efficiency tool for swift website access. (Applications / Productivity)
README
# Kianalol
Introducing Kianalol - the tool that frees you from typing the in the address bar forever.
## Installation
Option 1: Download the latest release [here](https://github.com/zxh3/kianalol/releases)
Option 2: Build it from scrach on your own by running `cargo tauri build`## Setup
1. Open the Kianalol App
2. Go to `Preferences` in the system tray
3. Customize your shortcuts there. Note that the config file is saved at `$HOME/.kianalol/config.json`Example URL with placeholders: `https://www.google.com/search?q={}`
## Usage
- Press `Cmd+Shift+K` to activate Kianalol
- Type the leader key for your shortcut
- If the shortcut contains a URL, you can hit `Enter` directly to visit
- If the shortcut contains a URL with placeholders, you can hit `Space` (only for the first placeholder) or `Tab` to focus on the next placeholder. Hit `Enter` when the URL is ready.## Screenshots
| View | Screenshot |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| Search query empty | |
| Search query with leader key | |
| Search query with placeholder | |
| System Tray | |
| Preferences | |## Demo video
[](https://github.com/zxh3/kiana/assets/17435932/508fe86d-51ed-40ed-aa6b-76bd18aa9739](https://github.com/zxh3/kianalol/assets/17435932/1775a894-4f70-4f47-b217-2a2e5b4d95a5
)## Build
```
cargo tauri build --target aarch64-apple-darwin
cargo tauri build --target x86_64-apple-darwin
cargo tauri build --target universal-apple-darwin
```## TODO
- [ ] Support tagging shortcuts
- [ ] Support loading or syncing shortcuts from gists
- [ ] Better shortcut table view - support shortcut filter, searching, ...
- [ ] Support variables## Credits
- Reference for displaying the spotlight panel: https://github.com/ahkohd/tauri-macos-spotlight-example