Skip to content

neolao/docker-terminal-ide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Name Version
Debian 10 (buster)
nvim 0.5.0
git 2.23.0
grv 0.3.2