nautilus-replacement
v1.0.5
Published
Replacement for the default file browser in Ubuntu.
Downloads
4
Readme
Nautilus Replacement
For Ubuntu.
Getting started (for users)
Requirements
Install it
Install via NPM
$ npm install -g nautilus-replacement
Start it
$ nautilus-replacement
Screenshot
Development
Requirements
- Node.js v8.0.0
- nw.js v0.23.1-SDK
Set-up
- Obtain nw.js v0.23.1-SDK
$ cd ~/Downloads
$ wget -nc -O - https://dl.nwjs.io/v0.23.1/nwjs-sdk-v0.23.1-linux-x64.tar.gz | tar xvz
- Fetch the nautilus-replacement (this) project source
$ cd ~/Downloads
$ wget -nc -O - https://github.com/eviratec/nautilus-replacement/archive/master.tar.gz | tar xvz
$ cd nautilus-replacement-master
- Install NPM dependencies
$ npm install
- Fire it up!
$ ~/Downloads/nwjs-sdk-v0.23.1-linux-x64/nw .
Tips and documentation
- Official Angular.js v1.x documentation:
- Official ace editor documentation:
- Official nw.js documentation:
License
Copyright (c) 2017 Callan Peter Milne
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.