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: 10 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T16:04:46.000Z (about 7 years ago)
- Last Synced: 2025-03-25T18:45:29.201Z (11 months ago)
- Topics: open-source, powershell, text-editor, windows-forms, winforms
- Language: PowerShell
- Homepage:
- Size: 63.5 KB
- Stars: 18
- Watchers: 6
- 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

## 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