Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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