Skip to content
/ inf Public

I(DE)nf is a script that creates the file using CLI in some IDEs.

Notifications You must be signed in to change notification settings

beerjoa/inf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inf Logo

Inf

Introduction

I(DE)nf is a script that creates the file using CLI in some IDEs.

you can check the script details in inf.sh

Installation

Before installing it, please check that the 'inf' command already exists.

$ command -v inf || echo "Not exist"

# if the 'inf' command doesn't exist, you can install it.
$ git clone
$ cd inf
$ sudo chmod 755 inf.sh
$ sudo cp inf.sh /usr/local/bin/inf

Usage

# default usage
$ inf [ide] "[file]" | "[directory]"

# Also you can use the alias in your shell configuration file. (e.g. .bashrc, .zshrc)
$ alias infi="inf idea"
$ alias infc="inf code"

About

I(DE)nf is a script that creates the file using CLI in some IDEs.

Topics

Resources

Stars

Watchers

Forks

Languages