ShotaroKataoka / ls-Improved

🎨ls-Improved is an advanced Linux command tool that, beyond 'ls', enables recording and displaying descriptive notes for each file and directory, simplifying identification, recall, and shared repository comprehension.
MIT License
12 stars 1 forks source link

config.tomlを完成させる #82

Open ShotaroKataoka opened 4 years ago

ShotaroKataoka commented 4 years ago

lsi --initialize-lsirc

# ----color scheme---- #
# description (default color)
foreground.description = \033[43m
# tag - ;r;
foreground.red = \033[45m
# tag - ;g;
foreground.green = \033[54m
ShotaroKataoka commented 3 years ago

特殊文字は変更できるようにしない。 ディレクトリの色とか,そういうやつだけ変えれるようにする

ShotaroKataoka commented 3 years ago

形式はtoml

既にconfig.tomlを設定できるので,これを使う

ShotaroKataoka commented 3 years ago

ツリーとかにも色を設定できるようにする

ShotaroKataoka commented 3 years ago

ANSIタームの一覧みたいなページ作って参照してもらう