Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. Algernon aims to make programming in Squeak faster and more keyboard centric. It provides lightning quick access to the core functionalities (classes, methods, morphs, tests, repositories ...) and even gives you a quick way to evaluate Smalltalk expressions.
Follow our setup guide to install Algernon.
The latest versions (above 3.0.0) only support squeak versions 5.3+.
Algernon allows for keyboard only interaction - no need to use your mouse!
Control | Action |
---|---|
Doubleclick ctrl | Show Algernon |
Esc | Hide Algernon |
Arrow up | Navigate up |
Arrow down | Navigate down |
Tab | Navigate in |
Shift + Tab | Navigate out |
Enter | Run selected item |
Ctrl + Delete | Clear search bar |
Important Notice: Please be aware that using Algernon for the first time might be slow. The first query triggers the indexing that is used for searching objects. After a few seconds delay in the first query, Algernon should run fast as expected.
- Search using fuzzy matching
- Search and open categories, classes and methods
- Explore and inspect classes and methods
- Run tests
- Open and save repositories
- Search preferences
- Search morphs
- Search global variables
- Print and evaluate Smalltalk expressions
- Action verbs for filtering and quick access (e.g.
run SomeTest
will only search for tests and set a default action) - Full text search in classes
- Search the web
- Push/pull/commit with git
- Change branches of your repository
For explanations regarding the usage of the features check out the wiki.
GitHub Actions are executed on all pushed code to the repository. Smalltalk CI checks run for different OS and displays the the test results as badges to each branch.
Use the Test Runner Tool in your Squeak Image and select all AlgernonTests. Now you can run the test coverage for all Algernon methods and check what methods might not be tested yet.
- Ann Katrin Kuessner
- Ben Bals
- Benedikt Weber
- Elias Fiedler
- Franz Sauerwald
- Frederic Sadrieh
- Georg Auge
- Jannis Rosenbaum
- Jonathan Schneider
- Kai Robert Kirsten
- Kay Erik Jenß
- Laura Meister
- Leonard Horns
- Louis Kirsch
- Matvey Sivashinskiy
- Niklas Mohrin
- Nils Lissner
- Oliver Heß
- Philip Weidenfeller
- Pius Ladenburger
- Tobias Dürschmid
- Yannik Dittmar
Credits to Erik Hinterbichler and Joey Hagedorn, the original creators of Algernon.