summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2023-02-27 01:15:35 +0000
committerPhilip Chimento <philip.chimento@gmail.com>2023-02-27 01:15:35 +0000
commit850748278c79ddac0ea7eede2045ce33ba310471 (patch)
tree224dc16fc069ce06251b3071306b3b1b1d968935
parent6a18579ea02add0fdd84eaa116e786376d5c2e2f (diff)
parentcf8cf07cbfc52ff89755c8538cd4e387b9d1a917 (diff)
downloadgjs-850748278c79ddac0ea7eede2045ce33ba310471.tar.gz
Merge branch 'more-gjs-apps' into 'master'
doc: Add more apps written in GJS See merge request GNOME/gjs!822
-rw-r--r--doc/README.md46
1 files changed, 28 insertions, 18 deletions
diff --git a/doc/README.md b/doc/README.md
index 306e7695..887045ff 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -50,34 +50,44 @@ new project and select `JavaScript` language. There is a also a
[package specification]: https://gitlab.gnome.org/GNOME/gjs/-/blob/HEAD/doc/Package/Specification.md
[template]: https://github.com/gcampax/gtk-js-app
-GNOME Applications written in GJS:
+Here is a non-exhaustive list of applications written in GJS:
-* [GNOME Characters](https://gitlab.gnome.org/GNOME/gnome-characters)
-* [GNOME Documents](https://gitlab.gnome.org/GNOME/gnome-documents)
-* [GNOME Maps](https://gitlab.gnome.org/GNOME/gnome-maps)
-* [GNOME Sound Recorder](https://gitlab.gnome.org/GNOME/gnome-sound-recorder)
-* [GNOME Weather](https://gitlab.gnome.org/GNOME/gnome-weather)
-* [GNOME Books](https://gitlab.gnome.org/GNOME/gnome-books)
-* [Polari](https://gitlab.gnome.org/GNOME/polari) IRC Client
-
-Third party applications written in GJS:
+GNOME Apps
+* [Characters](https://gitlab.gnome.org/GNOME/gnome-characters)
+* [Maps](https://gitlab.gnome.org/GNOME/gnome-maps)
+* [Weather](https://gitlab.gnome.org/GNOME/gnome-weather)
+* [Extensions](https://gitlab.gnome.org/GNOME/gnome-shell/-/tree/HEAD/subprojects/extensions-app)
+* [Polari](https://gitlab.gnome.org/GNOME/polari)
* [Tangram](https://github.com/sonnyp/Tangram)
-* [Quick Lookup](https://github.com/johnfactotum/quick-lookup)
-* [Foliate](https://github.com/johnfactotum/foliate)
-* [Marker](https://github.com/fabiocolacio/Marker)
-* [Gnomit](https://github.com/small-tech/gnomit)
-* [Clapper](https://github.com/Rafostar/clapper/)
* [Flatseal](https://github.com/tchx84/Flatseal)
-* [Almond](https://github.com/stanford-oval/almond-gnome/)
* [Commit](https://github.com/sonnyp/commit/)
* [Junction](https://github.com/sonnyp/Junction)
* [Oh My SVG](https://github.com/sonnyp/OhMySVG)
-* [Lobjur](https://github.com/ranfdev/Lobjur)
+* [Workbench](https://github.com/sonnyp/Workbench)
+* [GNOME Sound Recorder](https://gitlab.gnome.org/GNOME/gnome-sound-recorder) (TypeScript)
+
+Others
+
+
+* [Quick Lookup](https://github.com/johnfactotum/quick-lookup)
+* [Foliate](https://github.com/johnfactotum/foliate)
+* [Clapper](https://github.com/Rafostar/clapper/)
+* [Almond](https://github.com/stanford-oval/almond-gnome/)
+* [Lobjur](https://github.com/ranfdev/Lobjur) (Clojure)
* [Touché](https://github.com/JoseExposito/touche)
* [Annex](https://github.com/andyholmes/annex)
* [Bolso](https://github.com/felipeborges/bolso)
-* [Workbench](https://github.com/sonnyp/Workbench)
+* [Design](https://github.com/dubstar-04/Design)
+* [Capsule](https://gitlab.gnome.org/verdre/Capsule)
+* [Spiel](https://gitlab.gnome.org/feaneron/spiel)
+* [Retro](https://github.com/sonnyp/Retro)
+* [libportal test](https://github.com/flatpak/libportal/tree/main/portal-test/gtk4)
+
+Archived
+
+* [GNOME Books](https://gitlab.gnome.org/GNOME/gnome-books)
+* [GNOME Documents](https://gitlab.gnome.org/GNOME/gnome-documents)
### GNOME Shell Extensions