pankajladhar / dailyneed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dailyneed

A faster way to navigate your filesystem

Dailyneed

Description

Dailyneed is a CLI tool, which lets you navigate to filesystem faster with GUI.

Where this helps?

As a coder we do have multiple folders of source code. Navigating to those is always a tedious.

How this works ?

Installation

To install the stable version you can use npm or yarn:

npm install -g dailyneed
yarn install -g dailyneed 

Commands

n is an alias of dailyneed so you can use n <command> or dailyneed <command>

option Decription syntax
add Add project entry to list n add
rm Remove project entry from list n rm
go Go to project path n go
purge Remove all project entries from list n purge
open Go to project path & open editor n open

like it?

⭐️ this repo

Contributing

Feel free to give feedback or raise issue. I'd love to have your helping hand on Dailyneed! See CONTRIBUTING.md for more information on how to get started.

License

MIT Licensed. Copyright (c) Pankaj Ladhar 2021.

About

License:MIT License


Languages

Language:JavaScript 100.0%