Sign inSign up

neolao/ide

By neolao

Updated almost 5 years ago

Terminal IDE

Image
1

568

neolao/ide repository overview

Terminal IDE with Docker

Screenshot

Installation

Clone the project:

git clone https://github.com/neolao/docker-terminal-ide.git

Add the start script to /usr/local/bin:

sudo printf '%s\n%s\n' '#!/bin/bash' "$(pwd)/start.sh \$@" > /usr/local/bin/ide
chmod +x /usr/local/bin/ide

Install a Nerd Font: nerdfonts.com

Start options

Usage: ide [OPTION]... [FOLDER]
Open the IDE on a specific FOLDER. The default value is the current directory.

Examples:
    ./start.sh
    ./start.sh /path/to/project/directory
    ./start.sh /path/to/file.txt
    ./start.sh --nodejs=8 /path/to/file.js

Options:
    --nodejs=N    Install NodeJS version N
    --tmux        Use TMUX

HELP

See the help page

Softwares

NameVersion
Debian10 (buster)
nvim0.5.0
git2.23.0
grv0.3.2

Tag summary

Content type

Image

Digest

Size

798.6 MB

Last updated

almost 5 years ago

docker pull neolao/ide