A simple online file editor by Python base on Ace.js.
Project description
# EditOnline
A simple online file editor by Python base on Ace.js.
## How To Use
cd to you working dir
run command: python -m EditOnline
use broswer open ‘http://127.0.0.1:8000’
in broswer editor:
Ctrl+S : save file
Ctrl+Shif+N : new file
Ctrl+H : show help info
## Other
set http port 80: python -m EditOnline 80
authenticate with username and password (admin admin): python -m EditOnline -u admin -p admin
set the working directory (/tmp): python -m EditOnline -d /tmp
- 0.1.0
test
- 0.1.2
first version
- 0.1.3
setup bug fix
- 0.1.4
1.complete document 2.fix working directory(-d) option bug 3.change to use cdnjs static resource
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file EditOnline-0.1.4.tar.gz
.
File metadata
- Download URL: EditOnline-0.1.4.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 266d6d08933530235baeed4c452741cf58b41320aaf6d9e9a78d411b4e37d05a |
|
MD5 | 076e687bd04de543a85a69e4f923d1c5 |
|
BLAKE2b-256 | 3f14e85676b8a175be51c29aa3554131a1a5c6aaf2cec4afc866e32863d93d2b |