Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gllms/jottey
Simple plain text editor written in PowerShell. Saves files automatically.
https://github.com/gllms/jottey
open-source powershell text-editor windows-forms winforms
Last synced: about 5 hours ago
JSON representation
Simple plain text editor written in PowerShell. Saves files automatically.
- Host: GitHub
- URL: https://github.com/gllms/jottey
- Owner: gllms
- License: mit
- Created: 2018-11-06T22:47:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T16:04:46.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T08:05:27.660Z (about 5 hours ago)
- Topics: open-source, powershell, text-editor, windows-forms, winforms
- Language: PowerShell
- Homepage:
- Size: 63.5 KB
- Stars: 17
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jottey
Simple plain text editor completely written in PowerShell.
Saves files automatically.[Download Jottey](https://github.com/gllms/Jottey/releases)
## Screenshot
![Screenshot](https://user-images.githubusercontent.com/19732805/49251009-b5248380-f420-11e8-9658-602f3a9c1866.png)## Features
* Auto save (Even if the file is not yet given a name)
* Open file
* All basic operations (Undo, Cut, Copy, Paste, Delete, Select All)
* Font settings (Font, size, color)
* Statusbar with
* line and column numbers
* if something selected, the length of the selection## TODO
- [x] Open files
- [x] Auto save
- [x] Save as
- [ ] Search / Replace
- [x] About
- [x] Statusbar with Line and Column numbers
- [ ] Dark theme?
- [ ] Settings menu with options for autosave
- [x] Shortcuts