All Projects → jcubic → Leash

jcubic / Leash

Licence: mit
Browser Shell

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Leash

Colorette
Easily set the color and style of text in the terminal.
Stars: ✭ 1,047 (+869.44%)
Mutual labels:  terminal, console, browser
Xterm.js
A terminal for the web
Stars: ✭ 12,019 (+11028.7%)
Mutual labels:  terminal, console, ssh
Asciichart
Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies
Stars: ✭ 1,107 (+925%)
Mutual labels:  terminal, console, browser
Jquery.terminal
jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands
Stars: ✭ 2,623 (+2328.7%)
Mutual labels:  terminal, emulator, console
Gritty
web terminal emulator
Stars: ✭ 63 (-41.67%)
Mutual labels:  terminal, console, emulator
Mockssh
Mock an SSH server and define all commands it supports (Python, Twisted)
Stars: ✭ 107 (-0.93%)
Mutual labels:  emulator, ssh
Term Web
📟 A simple Terminal UI that run on the web
Stars: ✭ 77 (-28.7%)
Mutual labels:  terminal, browser
Word Wrap
Wrap words to a specified length.
Stars: ✭ 107 (-0.93%)
Mutual labels:  terminal, console
Headmore
Top geek’s VNC client that runs in Linux terminal (Linux VT console, xterm, and more)
Stars: ✭ 82 (-24.07%)
Mutual labels:  terminal, console
Listr2
NodeJS Task List derived from the best! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
Stars: ✭ 73 (-32.41%)
Mutual labels:  terminal, console
Alfred Ssh
SSH workflow for Alfred for Mac with powerful hostname expansion/completion
Stars: ✭ 78 (-27.78%)
Mutual labels:  terminal, ssh
Eazydict
简单易用的命令行词典 📕 📙 📗 📘 📓
Stars: ✭ 92 (-14.81%)
Mutual labels:  terminal, console
I3 Quickterm
A small drop-down terminal for i3 and sway
Stars: ✭ 76 (-29.63%)
Mutual labels:  terminal, console
Emu2
Simple x86 and DOS emulator for the Linux terminal.
Stars: ✭ 75 (-30.56%)
Mutual labels:  console, emulator
Taskline
Tasks, boards & notes for the command-line habitat
Stars: ✭ 78 (-27.78%)
Mutual labels:  terminal, console
Tiza
Console styling for browsers
Stars: ✭ 74 (-31.48%)
Mutual labels:  console, browser
Window Size
Reliable way to to get the height and width of the terminal/console in a node.js environment.
Stars: ✭ 79 (-26.85%)
Mutual labels:  terminal, console
Tooling
Advancing Node.js as a framework for writing great tools
Stars: ✭ 98 (-9.26%)
Mutual labels:  terminal, console
Web Console
Simple web-based shell, remote shell in your browser
Stars: ✭ 1,344 (+1144.44%)
Mutual labels:  console, browser
Snowflake
Graphical SFTP client and terminal emulator with helpful utilities
Stars: ✭ 1,676 (+1451.85%)
Mutual labels:  terminal, ssh

/ / / / _ | / / // / / // // __ |\ / _ / //// |///// v. 0.18.0


This is a web application that will give you access to the shell, without needing root privileges, ssh or telnet. You only need php-based hosting with one of the following:

  • php exec function enabled
  • php shell_exec function enabled
  • Enabled CGI with python or perl on the server

:: Shell Limitations

  • you will not be able to execute interactive commands like php -a
  • you can't create a function and run it in next command (because each command is run as separated process)

:: Features

  • mysql command
  • sqlite command
  • python interpreter
  • javascript interpreter
  • jargon command (will display definitions from jargon file)
  • ymacs editor (Emacs clone for the web)
  • vi editor (using jsvi) and clone to lib/apps directory
  • tab completion
  • File Drag & Drop upload (using HTML5) you can upload files that are bigger than the php limit
  • wikipedia command that display wikipedia articles
  • rfc command where you can read RFC documents
  • record command where you can save commands in hash and rerun them when you refresh
  • view html pages as text on the terminal, when clicking on the link
  • github repos browser (with cat/less/cd/ls sub commands)
  • guest and sudo options:
    • guest, if set, will have limited access to shell, list of commands are configurable from config.json
    • sudo option, if set, will allow to execute commands as real unix user. To create new user, you will need to use linux command line (adduser command from real terminal) and you will need to have leash user with the same name, (to add user from leash you need to be root and execute adduser command) and have sudo access without password for apache user

:: Requirements

  • php >=5.5 with .htaccess with modules curl, mbstring, json and zip
  • to have full use of leash you will also need one of functions enabled:
    • exec
    • system
    • shell_exec
    • or cgi (perl or python in cgi-bin directory)
  • if you want to have mysql or sqlite commands you need to install those databases and appropriate php modules
  • you may also want to have program unbuffer installed (in ubuntu it's provied by package expect - actually it's expect script), it will make not interactive shell act like real terminal (tty)

:: Chat

https://gitter.im/jcubic/leash


:: License

Copyright (C) 2013-2018 Jakub Jankiewicz Released under the MIT license

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].