SkillAgentSearch skills...

Kode

A simple bash script to Add a shebang (if required) Add an informative header Add code template (can be toggled) Make file executable Update last updated column

Install / Use

/learn @laraib07/Kode
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

kode

A simple bash script to

  • Add a shebang (if required)
  • Add an info header
  • Add code template (can be toggled)
  • Make file executable
  • Update last modified column of info header

Supported languages : bash, c, c++, c#, css, java, javascript, perl, php, python, ruby, rust, swift, typescript.

preview.gif

Author Laraib07 and GetOutOfMyBakery

Installation

apt update && apt upgrade -y
apt install git
  1. Clone this repo.
git clone https://github.com/laraib07/kode.git
  1. Give kode necessary permission.
chmod 755 kode
  1. Create a symlink of kode to bin folder.

For termux

ln -s $PWD/kode $PREFIX/bin/kode

for linux desktop

sudo ln -s $PWD/kode /usr/bin/kode
  1. To set author name

Necessary

kode -a name
  1. I keep imoroving this script. So to update go to kode folder and
git pull

Screenshots

preview1

preview2

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks1

Languages

Shell

Security Score

75/100

Audited on Dec 23, 2023

No findings