Notepad is a simple, lightweight and fast notepad.
Requirements:
· Kommander
Installation:
1. Unpack to /tmp
2. Copy notepad.kmdr to any place you wish (for example /home/user/apps)
3. Create file /usr/bin/notepad with next content
#!/bin/sh
kmdr-executor /home/user/apps/notepad.kmdr
Replace "/home/user/apps/" with path, where you dropped notepad.kmdr
4. chmod +x /usr/bin/notepad
5. Move notepad.png to any subfolder of /usr/share/icons/ (so kde will use it as icon for application)
6. Now you can start application (Alt+F2, type "notepad", Return)
7. Enjoy
What's New in This Release:
· open files on start via command line parameter
Product's homepage