https://github.com/phastmike/entry-with-history
A Gt.Entry with embedded history
https://github.com/phastmike/entry-with-history
entry gtk3 vala widget
Last synced: 12 months ago
JSON representation
A Gt.Entry with embedded history
- Host: GitHub
- URL: https://github.com/phastmike/entry-with-history
- Owner: phastmike
- Created: 2019-10-02T00:11:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T15:10:49.000Z (over 4 years ago)
- Last Synced: 2025-06-04T05:11:34.364Z (12 months ago)
- Topics: entry, gtk3, vala, widget
- Language: Vala
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EntryWithHistory
A Gtk Entry with history - no retyping equals saving time.
## Goal
When we need to send similar commands or just resend the same command every now and then (like in the shell bash).
## Requirements
- It should save some commands (size limited?)
- use up/down arrows to select.
- after some iteration going back (with down) should permit going to an emtpy line (or whatever was writen)
- activate (Enter) should add to the list
-
## Description
A very simple GtkEntry with history.
Usefull when the GtkEntry is used to write commands that may repeat or need retyping, not necessarily an entry completion.