0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated usage message More... almost 15 years ago
added load.var to the file list More... almost 15 years ago
Changed configuration files path. Now they all sit in .nb/conf More... almost 15 years ago
changed [ ] to [[ ]] More... almost 15 years ago
changed [ ] to [[ ]] More... almost 15 years ago
Implemented the xterm title logic More... almost 15 years ago
Formatting/Indentation More... almost 15 years ago
changed the dash '-' in public function names to underlines '_' More... almost 15 years ago
not checking echo's return code when dying More... almost 15 years ago
Moved the set -o history to the end, to prevent the trailing comments from going into user's history More... almost 15 years ago
Release: 00-09 More... almost 15 years ago
Release: 00-08 More... almost 15 years ago
Release: 00-07 More... almost 15 years ago
* Moved many expressions to use of the constructs ${p#pattern} and ${p%pattern} * Moved core to nbcore to simplify the rsync command lines * load * Improved bash detection * Suppressing history entries for NB load process * Created nb_vecho which will check verbosity and if running in a terminal * sbin/nb-setup * Huge refactor, featuring a complete break-up of the many different actions, namely: * sbin/copy-nb * sbin/configure-load * sbin/configure-profile * Created a new sbin/install-nb that calls the steps above, in that order * Remote installation logic (from <here> to <host>:<there>) now consists of: 1. copy-nb <here> <host>:<temp> 2. ssh <host> <temp>/sbin/install-nb <there> * Created nbcore/nb-peers * New in NB, a system of replication for NB * Two functions: * nb-add-host <host> Adds a host to our list of peers, which will have NB kept in sync * nb-sync-host (-a|<hostname>) Where -a stands for "all" servers in the list, or you can specify * base/nb-term * Got term-set-title right this time More... almost 15 years ago
Added the user directory and a placeholder file within it More... almost 15 years ago
Disabling POSIX mode More... almost 15 years ago
Renamed 'core' to 'nbcore' Added nb-peers, with functions 'nb-sync-all' and 'nb-add-host' Improvements in nb-setup More... almost 15 years ago
Renamed 'core' to 'nbcore' Added nb-peers, with functions 'nb-sync-all' and 'nb-add-host' Improvements in nb-setup More... almost 15 years ago
Ignore .swp files More... almost 15 years ago
Smaller changes: formatting, some refactoring. More... almost 15 years ago
Some refactoring, 'load' is now returning proper error codes if bash is not found or cannot exec More... almost 15 years ago
Release: 00-06 More... over 15 years ago
Version 0.6 More... over 15 years ago
*** empty log message *** More... over 15 years ago
* Since it's assured to be runnning under bash now, added 'local' declarations to variables within functions. Removed subshell'ed functions, that were created to avoid leaving junk variables after invocation. * Using grep -q rather than >/dev/null More... over 15 years ago
* Now support options (getopts) * Usage message * Supports remote installation through rsync/ssh More... over 15 years ago
Ran through perl tidy Added use strict and warnings as needed Changed open invocations to 3-param style More... over 15 years ago
Moved the bash checking code from nb-bash to load Added a NB variable bash_prompt which contains the PS1 prompt string More... over 15 years ago
fix in resolve-dir(): a single dot sould not be replaced unless it is surrounded by slashes More... over 15 years ago
* Moved the bash checking code from nb-bash to load. It is the first thing done now. If not running bash, nothing else will be run. * Since it's assured to be runnning under bash now, added 'local' declarations to variables within functions. Removed subshell'ed functions, that were created to avoid leaving junk variables after invocation. * Simplified nb_set and nb_get * Rewrote nb_load_settings loop * Moved configuration reading closer to the beginning of the file, it is considered a critical part of the NB loading process * Renamed nb_load to nb_load_module, for clarity * Aesthetic changes galore More... over 15 years ago