Skip to content

Consoledit, a very-light command-line editing tool.

License

Notifications You must be signed in to change notification settings

bizwofficial/csdt

Repository files navigation

Note: A Chinese version of this document is provided here.

Consoledit 2020

Say goodbye to notepad.exe now(?).


Code written on JetBrains PyCharm Professional.

Features

Consoledit is more suitable for editors and students than notepad.exe, and more convenient than Microsoft Office when you want to edit a text file. Here are some of the special features of Consoledit:

  • No mouse needed at the whole editing process
  • Freely insert lines to any line
  • Syntax autochecking
  • Cloze generating (good news for students)
  • Auto updating

Start

Before you start using Consoledit, please make sure that Python and pywin32 was installed on your computer. You can get python at the official website of Python, and we provide an easy way to install pywin32 package. Just double-click csdt.py and the safe mode of Consoledit will be activated. Then just enter y+Enter and wait for the package to be installed.

After the preparation,