SkillAgentSearch skills...

Aboxd

ascii-charts from strings

Install / Use

/learn @daniel-lundin/Aboxd
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

aboxd

Build Status npm version

Turn comma-separated strings to ascii-charts. Try it live here

img

Examples

npx aboxd 'left,right' will yield:

┌──────┐   ┌───────┐
│ left │───│ right │
└──────┘   └───────┘

npx aboxd $',top\nbottom-left,bottom-right' will yield:

                  ┌──────────────┐
                  │     top      │
                  └──────────────┘
                         │        
┌─────────────┐   ┌──────────────┐
│ bottom-left │───│ bottom-right │
└─────────────┘   └──────────────┘

Use a dot(".") to connect boxes without text:

npx aboxd $'.,top\nbottom-left,bottom-right' will yield:


                  ┌──────────────┐
       ┌──────────│     top      │
       │          └──────────────┘
       │                 │        
┌─────────────┐   ┌──────────────┐
│ bottom-left │───│ bottom-right │
└─────────────┘   └──────────────┘

From files

aboxd will read from stdin if no arguments are given

Given a file:

,Sky
Sweden,Norway
Subway,.

cat file | npx aboxd


             ┌────────┐
             │  Sky   │
             └────────┘
                 │     
┌────────┐   ┌────────┐
│ Sweden │───│ Norway │
└────────┘   └────────┘
    │            │     
┌────────┐       │     
│ Subway │───────┘     
└────────┘             

Vim plugin

Plugin is a stretch, but add this to .vimrc to trigger aboxd on the current selection with <leader>a:

vnoremap <leader>a :!npx aboxd<CR>

LICENSE

MIT Copyright Daniel Lundin

View on GitHub
GitHub Stars58
CategoryDevelopment
Updated1y ago
Forks3

Languages

JavaScript

Security Score

65/100

Audited on Jan 31, 2025

No findings