Skip to content

Repository files navigation

Kitten is an accountless, free and opensource tasklist manager.

Using Kitten

Get Kitten

Using online

To use Kitten online, simply visit https://flarom.github.io/kitten/.

Using on the desktop

For now, it's not possible to use kitten on the desktop.

Keyboard shortcuts

Home

Shortcut Action
Ctrl+S Save file as .cat
Ctrl+O Open .cat document
Ctrl+K Add new item
Alt+K Add new item without name prompt
Ctrl+/ Show shortcuts
F2 Search

List

Shortcut Action
Ctrl+S Save file as .cat
Ctrl+K Add new item
Alt+K Add new item without name prompt
Ctrl+/ Show shortcuts
F2 Rename list
Del Delete last item
Ctrl+Del Delete first item
Ctrl+I Order list alphabeticaly
Ctrl+U Move checked items to the top
Ctrl+Y Move checked items to the bottom
Ctrl+H Return home

Creating with Kitten

With Kitten, you can create:

  • Task lists: Organize your tasks into lists for better management.
  • Tasks: Add tasks with titles, descriptions, and due dates.
  • Subtasks: Break down tasks into smaller, manageable subtasks.
  • Tags: Categorize your tasks with custom tags for easy filtering.

Creating for Kitten

1. Creating themes

To create a custom theme for Kitten, follow these steps:

  1. Locate the theme folder: Themes are stored in resource/theme.
  2. Create a new theme file: Add a new .json file in the theme folder. Name it appropriately (e.g., my-theme.json).
  3. Define your styles:
{
    "name": "My theme",
    "category": "Dark", // use 'Dark', 'Light' or 'Special'
    "variables": {
        "--background-color": "#ffffff",
        "--card-color": "#dddddd",
        "--field-color": "#ffffff",
        "--border-color": "#666666",
        "--text-color": "#111111",
        "--icon-color": "#111111",
        "--title-color": "#000000",
        "--highlight-color": "#0000ff",
        "--warning-color": "#ff0000"
    }
}
  1. Insert your theme to the list: Locate the themes.json file under the theme folder and type the name of the file you created:
[
    "theme1.json",
    "my-theme.json",
    "theme2.json"
]

Your theme should appear in Settings > Color Palette > "Select a theme preset". Please note that you can only easly do this in the desktop version

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages