Code Monkey home page Code Monkey logo

skittyc's Introduction

skittyc: simple kitty customizer

A CLI application for customizing your Kitty terminal.

Table of contents

Installation

In progress.

Implementation

File structure

The kitty.conf file has a specific structure that works as a guide to modify each setting using the CLI app. If there's a setting that is not included in the "customize" subcommands list, then it will be saved in the # Other section.

# Fonts

# Background and Foreground

# Cursor

# Colors

# Mouse

# Tab bar

# Terminal bell

# Window layout

# Other

Directory structure

Each process is done through the kitty directory. Inside of it, the kitty.conf file is modified according to the profiles saved in the profiles directory.

~/.config/
├─ kitty/
│  ├─ kitty.conf
│  ├─ profiles/
│  │  ├─ profile-name.conf

Usage

Customize

The customize command works for implementing most of the kitty terminal features we can see in the kitty.conf documentation, where each one (except the "colors" feature) has two flags: --set and --change. The --set flag is for the most principal settings in each feature while the --change flag is for "secondary" settings.

This is the list of subcommands that represents the features:

  • backfore: Background and Foreground settings.
  • bell: Terminal settings.
  • colors: Color schemes settings.
  • cursor: Cursor customization settings.
  • fonts: Fonts settings.
  • mouse: Mouse settings.
  • tabbar: Tab bar settings.
  • window: Window layout settings.

This is how this command is used:

skittyc customize [kitty feature] [--set or --change]

Important: Not all settings are included according to the kitty.conf documentation. This is done for keeping a consistency between each feature. For example, the Color schemes documentation includes Background and Foreground settings but it was better to implement a different section that is completely dedicated for this.

Setup

The setup command works for implementing customizations made by the community. The purpose for each subcommand, themes and profiles, is implementing themes or settings automatically according to the file structure used.

This is how this command is used:

skittyc setup themes [--set or --delete]
skittyc setup profiles [--set or --change]

Future plans

skittyc's People

Contributors

robertcharca avatar

Stargazers

Vera Rei avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.