Skip to content
View ksk001100's full-sized avatar

Highlights

  • Pro

Block or report ksk001100

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ksk001100/README.md
██╗  ██╗███████╗██╗  ██╗ ██████╗  ██████╗  ██╗ ██╗ ██████╗  ██████╗
██║ ██╔╝██╔════╝██║ ██╔╝██╔═████╗██╔═████╗███║███║██╔═████╗██╔═████╗
█████╔╝ ███████╗█████╔╝ ██║██╔██║██║██╔██║╚██║╚██║██║██╔██║██║██╔██║
██╔═██╗ ╚════██║██╔═██╗ ████╔╝██║████╔╝██║ ██║ ██║████╔╝██║████╔╝██║
██║  ██╗███████║██║  ██╗╚██████╔╝╚██████╔╝ ██║ ██║╚██████╔╝╚██████╔╝
╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝ ╚═════╝  ╚═════╝  ╚═╝ ╚═╝ ╚═════╝  ╚═════╝

Keisuke Toyota / ksk001100

Profile views


> boot profile

name        : ksk001100
real name   : Keisuke Toyota
location    : Tokyo, Japan
main signal : Rust / CLI / TUI / developer tooling
role        : backend engineer / hobby programmer
work stack  : Ruby / Rails / React / TypeScript / Electron / Terraform / Docker
side quests : Python, Go, Linux, editors
output      : 140+ public repos, tech articles, events, OSS activity

Signal

I often use Rust for personal projects, especially CLI and TUI tools.
At work, I spend more time around Ruby, Rails, React, TypeScript.

Selected Work

Project Stack Note
seahorse Rust A minimal CLI framework
picterm Rust TUI image viewer
bsky_tui Rust Bluesky client for the terminal
koral Rust Macro-centric CLI framework
pixel_matcher Ruby Image comparison and diff generation

Links

GitHub Blog LAPRAS Qiita Gist

Metrics

Profile details GitHub activity card Repositories per language

build something small today. make it better tomorrow.

Pinned Loading

  1. seahorse seahorse Public

    A minimal CLI framework written in Rust

    Rust 306 18

  2. ruget ruget Public

    Alternative to wget written in Rust

    Rust 54 8

  3. picterm picterm Public

    TUI image viewer

    Rust 62 2

  4. bsky_tui bsky_tui Public

    Bluesky client for the terminal

    Rust 5 1

  5. koral koral Public

    A macro-centric CLI framework for Rust emphasizing separation of definition and state.

    Rust

  6. .wezterm.lua .wezterm.lua
    1
    local wezterm = require 'wezterm'
    2
    
                  
    3
    local themes = {}
    4
    for k, _ in pairs(wezterm.get_builtin_color_schemes()) do
    5
        table.insert(themes, k)