extra-cd

Change the working directory, with shortcuts and listing.

https://github.com/nodef/extra-cd

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords

cd change cli command directory extra interface line
Last synced: 4 months ago · JSON representation ·

Repository

Change the working directory, with shortcuts and listing.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
cd change cli command directory extra interface line
Created over 7 years ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

Change the working directory, with shortcuts and listing.
🐚 Shell, 🖥️ Command prompt, 📜 Files.

The cd is a builtin shell command to change the current working directory of the shell. This package provides a user-friendly version of the cd command, called ecd. It lists the contents of a directory upon changing directory, and also provides the ability to save absolute and relative shortcuts. Please check the examples below.

Stability: Experimental.


```bash

Install on Linux

$ npm install -g extra-cd.sh $ source "$(which extra-cd)"

Install on Windows

$ npm install -g extra-cd.cmd ```


```bash $ ecd [-] [+/-/=] [path]

[] -> optional argument

<> -> argument value

Change to workspace directory

$ ecd /local/mnt/workspace

Change to up one directory

$ ecd ..

Stay at current directory (list contents)

$ ecd .

Change to previous directory

$ ecd -

Add current directory as shortcut

$ ecd +work

Change to root directory

$ ecd /

Change to workspace directory using shortcut

$ ecd =work

Remove workspace shortcut

$ ecd -work

Add relative path shortcut

$ ecd +up3 ../../..

Go up 3 directories

$ ecd =up3

Remove relative path shortcut

$ ecd -up3 ```



References:



ORG DOI

Owner

  • Name: nodef
  • Login: nodef
  • Kind: organization

A summary of programs made with Node.js.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Sahu
    given-names: Subhajit
    orcid: https://orcid.org/0000-0001-5140-6578
title: "nodef/extra-cd: Change the working directory, with shortcuts and listing"
version: 1.1.5
doi: 10.5281/zenodo.6658967
date-released: 2022-06-18

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 46
  • Total Committers: 1
  • Avg Commits per committer: 46.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 6
  • Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Subhajit Sahu w****7@g****m 46

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package-lock.json npm
  • @octokit/auth-token 2.5.0 development
  • @octokit/core 3.6.0 development
  • @octokit/endpoint 6.0.12 development
  • @octokit/graphql 4.8.0 development
  • @octokit/openapi-types 11.2.0 development
  • @octokit/plugin-paginate-rest 2.17.0 development
  • @octokit/plugin-request-log 1.0.4 development
  • @octokit/plugin-rest-endpoint-methods 5.13.0 development
  • @octokit/request 5.6.3 development
  • @octokit/request-error 2.1.0 development
  • @octokit/rest 18.12.0 development
  • @octokit/types 6.34.0 development
  • before-after-hook 2.2.2 development
  • deprecation 2.3.1 development
  • dot-prop 6.0.1 development
  • extra-build 2.0.31 development
  • is-obj 2.0.0 development
  • is-plain-object 5.0.0 development
  • kleur 4.1.4 development
  • lru-cache 6.0.0 development
  • node-fetch 2.6.7 development
  • once 1.4.0 development
  • semver 7.3.7 development
  • tr46 0.0.3 development
  • universal-user-agent 6.0.0 development
  • webidl-conversions 3.0.1 development
  • whatwg-url 5.0.0 development
  • wrappy 1.0.2 development
  • yallist 4.0.0 development
package.json npm
  • extra-build ^2.0.31 development
.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v2 composite
.github/workflows/pr.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v2 composite