k-avy / goals

Project to which gives the list of directories and files in it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gols CLI Tool

A CLI tool in go language that works as ll command.

Prerequisite

Please install and set-up Golang on your system in advance.

How to run this project?

  1. Clone this Project and Navigate to the folder.
git clone https://github.com/k-avy/goals.git
cd goals
  1. Build the project using following command.
go build ./cmd/gol
  1. Run the executable in your vscode terminal.
./gol
  1. You can also directly install this in your system.
 go install ./cmd/gols

Features

  1. To get path of current working directory we can use following command:
gols current
  1. To get all the files and folders of given path we can use following command.
gols all -p "path"
  1. To get all the files of given path we can use following command.
gols file -p "path"
  1. To get all the folders of given path we can use following command:
gols folder -p "path"
  1. You can also take help from the following command:
gols help

alt text

About

Project to which gives the list of directories and files in it.

License:Apache License 2.0


Languages

Language:Go 100.0%