Code Monkey home page Code Monkey logo

nidus's Introduction

N.I.D.U.S

Deprecated! Please checkout https://github.com/hengyang-zhao/n2.

Neoteric and Interoperable Definitions for Unix (-like) Systems

Install (Or Try) Nidus

Run the following command and re-login:

$ cd $HOME
$ git clone [email protected]:hengyang-zhao/nidus .nidus
$ .nidus/install.sh --playground  # Only installs to /tmp for trying
$ .nidus/install.sh               # Installs to $HOME

Documentation

$ nidus info

nidus's People

Contributors

hengyang-zhao avatar psythefirst avatar

Stargazers

Roman avatar  avatar Sheriff Sadiqbatcha avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

psythefirst

nidus's Issues

Needs capability to easily backup ~/.nidus_site_config

User should be able to back up this directory.

Currently goal is backing up to a cloud. E.g. box.com supports WebDAV, which is very friendly to command line interface such as libcurl.

Intuitive example command:
$ nidus backup --name my_site_name
$ nidus restore --name my_site_name

/etc/bashrc not sourced for non-interactive remote connections

In some cases, remote connections depend on local bashrc to source the remote /etc/bashrc. In non-interactive remote connections, /etc/bashrc should still be sourced.
As a result, sourcing /etc/bashrc should be moved ahead of the early exit by [ -z "$PS1" ] && return

Use hook pattern in cd auto command

Currently after command cd, an automatic ls is executed. Shortcomings:

  1. the command ls is not always desired for everyone.
  2. user should be able to EASILY disable the auto ls.
  3. to maximize compatibility (most over BSD/Darwin and Linux), only very limited POSIX ls command can be used; in contrast, by using a hook, user is able to easily define a fancy ls that's best for the underlying OS/distribution.

See also: commit 66661c0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.