\\n}\\n \\n
bknd/client
)If you\'re not using a JavaScript environment, you can still access any endpoint using the REST API:
\\ncurl -XGET <your-endpoint>/api/data/entity/<entity>\\n{\\n \\"data\\": [\\n { \\"id\\": 1, ... },\\n { \\"id\\": 2, ... }\\n ],\\n \\"meta\\": { /* ... */ }\\n}\\n
\\nIn a JavaScript environment, you can use the TypeScript SDK with type-safety. The above example would look like this:
\\nimport { Api } from \\"bknd/client\\";\\n\\nconst api = new Api({ host: \\"<endpoint>\\" });\\nconst { data } = await api.data.readMany(\\"<entity>\\");\\n
\\nIf you\'re using React, there are 2 hooks exposed (useApi
, useEntity
), as well as an swr
wrapper around each (useApiQuery
, useEntityQuery
). The swr
wrapped hooks automatically handled query invalidation:
import { useState } from \\"react\\";\\nimport { useEntityQuery } from \\"bknd/client\\";\\n\\nexport default function App() {\\n const { data } = useEntityQuery(\\"todos\\"); \\n return <ul>\\n {data?.map(todo => (\\n <li key={todo.id}>{todo.name}</li>\\n ))}\\n </ul>\\n}\\n
\\nbknd/elements
)You don\'t have to figure out API details to include media uploads to your app. For an user avatar upload, this is all you need:
\\nimport { Media } from \\"bknd/elements\\"\\nimport \\"bknd/dist/main.css\\"\\n\\nexport function UserAvatar() {\\n return <Media.Dropzone\\n entity={{ name: \\"users\\", id: 1, field: \\"avatar\\" }}\\n maxItems={1}\\n overwrite\\n />\\n}\\n
\\nThe import path also exports components for login and registration forms which are automatically pointed to the bknd
defaults.
To quickly spin up an instance, run:
\\nnpx bknd run\\n
\\nnpm install bknd\\n
","description":"Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, Remix, Astro, Cloudflare, Bun, Node, AWS Lambda & more. ⭐ Live Demo \\n\\nbknd simplifies app development by providing a fully functional backend for database management, authentication, media and…","guid":"https://github.com/bknd-io/bknd","author":null,"authorUrl":null,"authorAvatar":null,"insertedAt":"2025-07-17T02:28:25.074Z","publishedAt":"2025-07-17T02:28:25.070Z","media":[{"url":"https://img.shields.io/npm/v/bknd.svg?sanitize=true","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://raw.githubusercontent.com/bknd-io/bknd/refs/heads/main/docs/_assets/poster.png","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://img.shields.io/bundlejs/size/bknd?label=bknd","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://img.badgesize.io/https://unpkg.com/bknd@latest/dist/ui/client/index.js?compression=gzip&label=bknd/client","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://img.badgesize.io/https://unpkg.com/bknd@latest/dist/ui/elements/index.js?compression=gzip&label=bknd/elements","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://img.badgesize.io/https://unpkg.com/bknd@latest/dist/ui/index.js?compression=gzip&label=bknd/ui","type":"photo","width":0,"height":0,"blurhash":""}],"categories":null,"attachments":null,"extra":null,"language":null,"feeds":{"type":"feed","id":"73710872905064448","url":"https://mshibanami.github.io/GitHubTrendingRSS/weekly/typescript.xml","title":"GitHub TypeScript Weekly Trending","description":"Weekly Trending of TypeScript in GitHub","siteUrl":"http://mshibanami.github.io/GitHubTrendingRSS","image":null,"errorMessage":null,"errorAt":null,"ownerUserId":null}},{"feedId":"64586179279676416","id":"168495637167063049","title":"palera1n/palera1n","url":"https://github.com/palera1n/palera1n","content":"Jailbreak for A8 through A11, T2 devices, on iOS/iPadOS/tvOS 15.0, bridgeOS 5.0 and higher.
Jailbreak for A8 through A11, T2 devices, on iOS/iPadOS/tvOS 15.0, bridgeOS 5.0 and higher.
\\n![]() | \\n
---|
A screenshot of palera1n being used in a Terminal | \\n
iPhone(s) | \\niPad(s) | \\niPod(s) | \\nApple TV(s) | \\n
---|---|---|---|
iPhone 6s | \\niPad mini 4 | \\niPod Touch (7th generation) | \\nApple TV HD | \\n
iPhone 6s Plus | \\niPad (5th generation) | \\n\\n | Apple TV 4K (1st generation) | \\n
iPhone SE (2016) | \\niPad (6th generation) | \\n\\n | \\n |
iPhone 7 | \\niPad (7th generation) | \\n\\n | \\n |
iPhone 7 Plus | \\niPad Pro (9.7\\") | \\n\\n | \\n |
iPhone 8 | \\niPad Pro (12.9\\") (1st generation) | \\n\\n | \\n |
iPhone 8 Plus | \\niPad Pro (10.5\\") | \\n\\n | \\n |
iPhone X | \\niPad Pro (12.9\\") (2nd generation) | \\n\\n | \\n |
\\n | iPad Air 2 | \\n\\n | \\n |
\\n\\n \\nNote that on
\\nA11
(iPhone X, 8, 8 Plus), you must disable your passcode while in the jailbroken state (on iOS 16, you need to reset your device before proceeding with palera1n).
Apple T2 | \\n
---|
Apple T2 iMac20,1 | \\n
Apple T2 iMac20,2 | \\n
\\n |
Apple T2 MacBookAir8,1 | \\n
Apple T2 MacBookAir8,2 | \\n
Apple T2 MacBookAir9,1 | \\n
\\n |
Apple T2 MacBookPro15,1 | \\n
Apple T2 MacBookPro15,2 | \\n
Apple T2 MacBookPro15,3 | \\n
Apple T2 MacBookPro15,4 | \\n
Apple T2 MacBookPro16,1 | \\n
Apple T2 MacBookPro16,2 | \\n
Apple T2 MacBookPro16,3 | \\n
Apple T2 MacBookPro16,4 | \\n
\\n |
Apple T2 iMacPro1,1 | \\n
Apple T2 Macmini8,1 | \\n
Apple T2 MacPro7,1 | \\n
\\n |
iBridge2,11 (Unknown Mac) | \\n
iBridge2,13 (Unknown Mac) | \\n
\\n\\nDue to USB-C cables having different accessory IDs, your device may not be able to be recognized when using USB-C due to not being able to assert to its USB voltage pin.
\\n
\\n\\nAMD CPUs (not AMD Mobile) have an issue where it causes them to have a very low success rate with checkm8 exploit. It is not recommended that you use them with palera1n.
\\n
\\n\\nUSB-C port on Apple Silicon Macs may require manual unplugging and replugging of the lightning cable after checkm8 exploit. This problem may be solved by connecting via USB hub, though extensions can vary.
\\n
Usage: palera1n [-DEhpvVdsSLRnPI] [-e boot arguments] [-k Pongo image] [-o overlay file] [-r ramdisk file] [-K KPF file] [-i checkra1n file]\\n\\n\\t--version\\t\\t\\t\\tPrint version\\n\\t--force-revert\\t\\t\\t\\tRemove jailbreak\\n\\t-d, --demote\\t\\t\\t\\tDemote\\n\\t-D, --dfuhelper\\t\\t\\t\\tExit after entering DFU\\n\\t-e, --boot-args <boot arguments>\\tXNU boot arguments\\n\\t-E, --enter-recovery\\t\\t\\tEnter recovery mode\\n\\t-h, --help\\t\\t\\t\\tShow this help\\n\\t-i, --override-checkra1n <file>\\t\\tOverride checkra1n\\n\\t-k, --override-pongo <file>\\t\\tOverride Pongo image\\n\\t-K, --override-kpf <file>\\t\\tOverride kernel patchfinder\\n\\t-L, --jbinit-log-to-file\\t\\tMake jbinit log to /cores/jbinit.log (can be read from sandbox while jailbroken)\\n\\t-n, --exit-recovery\\t\\t\\tExit recovery mode\\n\\t-I, --device-info\\t\\t\\tPrint info about the connected device\\n\\t-o, --override-overlay <file>\\t\\tOverride overlay\\n\\t-p, --pongo-shell\\t\\t\\tBoots to PongoOS shell\\n\\t-P, --pongo-full\\t\\t\\tBoots to a PongoOS shell with default images already uploaded\\n\\t-r, --override-ramdisk <file>\\t\\tOverride ramdisk\\n\\t-R, --reboot-device\\t\\t\\tReboot connected device in normal mode\\n\\t-s, --safe-mode\\t\\t\\t\\tEnter safe mode\\n\\t-S, --no-colors\\t\\t\\t\\tDisable colors on the command line\\n\\t-v, --debug-logging\\t\\t\\tEnable debug logging\\n\\t\\t This option can be repeated for extra verbosity.\\n\\t-V, --verbose-boot\\t\\t\\tVerbose boot\\n\\nEnvironmental variables:\\n\\tTMPDIR\\t\\ttemporary diretory (path the built-in checkra1n will be extracted to)\\n
\\nVisit https://palera.in
\\nWe are NOT responsible for any data loss, or the result of a device being bricked. When using palera1n, the user should accept responsibility if anything happens to their device during the process.
\\n--exit-recovery
, or use irecovery -n
, or palera1n -n
.Make sure you\'re following the guides provided here, also when asking for support make sure you provide full details on your device, such as:
\\n-Vv
within palera1n)panic-full
log from your device.Create an issue here: https://github.com/palera1n/palera1n/issues/new/choose
\\nAll credits for palera1n can be found here
\\nIf proper credit isn\'t shown please message us or create an issue.
","description":"Jailbreak for A8 through A11, T2 devices, on iOS/iPadOS/tvOS 15.0, bridgeOS 5.0 and higher. \\n\\nJailbreak for A8 through A11, T2 devices, on iOS/iPadOS/tvOS 15.0, bridgeOS 5.0 and higher.\\n\\nA screenshot of palera1n being used in a Terminal…","guid":"https://github.com/palera1n/palera1n","author":null,"authorUrl":null,"authorAvatar":null,"insertedAt":"2025-07-17T02:24:48.529Z","publishedAt":"2025-07-17T02:24:48.522Z","media":[{"url":"https://img.shields.io/github/v/release/palera1n/palera1n?include_prereleases","type":"photo"},{"url":"https://img.shields.io/github/downloads/palera1n/palera1n/total","type":"photo"},{"url":"https://img.shields.io/github/license/palera1n/palera1n?color=%23C96FAD","type":"photo"},{"url":"https://raw.githubusercontent.com/palera1n/palera1n/main/assets/image-1.png","type":"photo"}],"categories":null,"attachments":null,"extra":null,"language":null,"feeds":{"type":"feed","id":"64586179279676416","url":"https://mshibanami.github.io/GitHubTrendingRSS/weekly/c.xml","title":"GitHub C Weekly Trending","description":"Weekly Trending of C in GitHub","siteUrl":"http://mshibanami.github.io/GitHubTrendingRSS","image":null,"errorMessage":null,"errorAt":null,"ownerUserId":null}},{"feedId":"57402409402182673","id":"168493954405493769","title":"PlakarKorp/plakar","url":"https://github.com/PlakarKorp/plakar","content":"plakar is a backup solution powered by Kloset and ptar
Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文
\\nplakar
requires Go 1.23.3 or higher, it may work on older versions but hasn\'t been tested.
On systems that package older versions, such as Debian or Ubuntu, it is preferable to install the latest version from the official website:
\\n# Remove old version\\nsudo apt remove golang-go\\n\\n# Install latest Go\\nwget https://go.dev/dl/go1.23.4.linux-amd64.tar.gz\\nsudo rm -rf /usr/local/go\\nsudo tar -C /usr/local -xzf go1.23.4.linux-amd64.tar.gz\\nexport PATH=$PATH:/usr/local/go/bin\\n
\\ngo install github.com/PlakarKorp/plakar@latest\\n
\\nplakar provides an intuitive, powerful, and scalable backup solution.
\\nPlakar goes beyond file-level backups. It captures application data with its full context.
\\nData and context are stored using Kloset, an open-source, immutable data store that enables the implementation of advanced data protection scenarios.
\\nPlakar\'s main strengths:
\\nSimplicity and efficiency are plakar\'s main priorities.
\\nOur mission is to set a new standard for effortless secure data protection.
\\nPlakar includes a built-in web-based user interface to monitor, browse, and restore your backups with ease.
\\nYou can start the interface from any machine with access to your backups:
\\n$ plakar ui\\n
\\nQuickly list all available snapshots and explore them:
\\nNavigate the contents of each snapshot to inspect, compare, or selectively restore files:
\\nplakar quickstart: https://docs.plakar.io/en/quickstart/
\\nA taste of plakar (please follow the quickstart to begin):
\\n$ plakar at /var/backups create # Create a repository\\n$ plakar at /var/backups backup /private/etc # Backup /private/etc\\n$ plakar at /var/backups ls # List all repository backup\\n$ plakar at /var/backups restore -to /tmp/restore 9abc3294 # Restore a backup to /tmp/restore\\n$ plakar at /var/backups ui # Start the UI\\n$ plakar at /var/backups sync to @s3 # Synchronise a backup repository to S3\\n\\n
\\nptar is Plakar’s lightweight, high-performance archive format for secure and efficient backup snapshots.
\\nKapsul is a companion tool that lets you run most plakar sub-commands directly on a .ptar archive without extracting it. It mounts the archive in memory as a read-only Plakar repository, enabling transparent and efficient inspection, restoration, and diffing of snapshots.
\\nFor installation, usage examples, and full documentation, see the Kapsul repository.
\\nFor the latest information, you can read the documentation available at https://docs.plakar.io
\\nYou can join our very active Discord to discuss the project !
","description":"plakar is a backup solution powered by Kloset and ptar Deutsch | Español | français | 日本語 | 한국어 | Português | Русский | 中文\\n\\n⚙️ Requirement\\n\\nplakar requires Go 1.23.3 or higher, it may work on older versions but hasn\'t been tested.\\n\\nOn systems that package older…","guid":"https://github.com/PlakarKorp/plakar","author":null,"authorUrl":null,"authorAvatar":null,"insertedAt":"2025-07-17T02:18:08.260Z","publishedAt":"2025-07-17T02:18:08.258Z","media":[{"url":"https://raw.githubusercontent.com/PlakarKorp/plakar/main/docs/assets/Plakar_Logo_Simple_Pirmary.png","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://img.shields.io/badge/Discord-Join%20Us-purple?logo=discord&logoColor=white&style=for-the-badge","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://www.plakar.io/readme/snapshot-list.png","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://www.plakar.io/readme/snapshot-browser.png","type":"photo","width":0,"height":0,"blurhash":""}],"categories":null,"attachments":null,"extra":null,"language":null,"feeds":{"type":"feed","id":"57402409402182673","url":"https://mshibanami.github.io/GitHubTrendingRSS/weekly/go.xml","title":"GitHub Go Weekly Trending","description":"Weekly Trending of Go in GitHub","siteUrl":"http://mshibanami.github.io/GitHubTrendingRSS","image":null,"errorMessage":null,"errorAt":null,"ownerUserId":null}},{"feedId":"63376992073142277","id":"168491521606110224","title":"volta-cli/volta","url":"https://github.com/volta-cli/volta","content":"Volta: JS Toolchains as Code. ⚡
The Hassle-Free JavaScript Tool Manager
\\n \\nFast: Install and run any JS tool quickly and seamlessly! Volta is built in Rust and ships as a snappy static binary.
\\nReliable: Ensure everyone in your project has the same tools—without interfering with their workflow.
\\nUniversal: No matter the package manager, Node runtime, or OS, one command is all you need: volta install
.
Read the Getting Started Guide on our website for detailed instructions on how to install Volta.
\\nRead the Understanding Volta Guide on our website for detailed instructions on how to use Volta.
\\nContributions are always welcome, no matter how large or small. Substantial feature ideas should be proposed as an RFC. Before contributing, please read the code of conduct.
\\nSee the Contributing Guide on our website for detailed instructions on how to contribute to Volta.
\\n | \\n | \\n
See here for more Volta users.
","description":"Volta: JS Toolchains as Code. ⚡ \\n\\nThe Hassle-Free JavaScript Tool Manager\\n\\n \\n\\nFast: Install and run any JS tool quickly and seamlessly! Volta is built in Rust and ships as a snappy static binary.\\n\\nReliable: Ensure everyone in your project has the same tools—without…","guid":"https://github.com/volta-cli/volta","author":null,"authorUrl":null,"authorAvatar":null,"insertedAt":"2025-07-17T02:08:28.087Z","publishedAt":"2025-07-17T02:08:28.084Z","media":[{"url":"https://raw.githubusercontent.com/volta-cli/volta/main/volta.png?raw=true","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://github.com/volta-cli/volta/workflows/Production/badge.svg?sanitize=true","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://github.com/volta-cli/volta/workflows/Test/badge.svg?sanitize=true","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://raw.githubusercontent.com/microsoft/TypeScript-Website/v2/packages/typescriptlang-org/static/branding/ts-logo-512.svg?sanitize=true","type":"photo","width":100,"height":100},{"url":"https://avatars.githubusercontent.com/u/1396951?s=100","type":"photo","width":100,"height":100}],"categories":null,"attachments":null,"extra":null,"language":null,"feeds":{"type":"feed","id":"63376992073142277","url":"https://mshibanami.github.io/GitHubTrendingRSS/weekly/rust.xml","title":"GitHub Rust Weekly Trending","description":"Weekly Trending of Rust in GitHub","siteUrl":"http://mshibanami.github.io/GitHubTrendingRSS","image":null,"errorMessage":null,"errorAt":null,"ownerUserId":null}},{"feedId":"64586179279676416","id":"168130484584241164","title":"raspberrypi/linux","url":"https://github.com/raspberrypi/linux","content":"Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/
There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first.
\\nIn order to build the documentation, use make htmldocs
or make pdfdocs
. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/\\n
\\nThere are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation.
\\nPlease read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
\\n \\n \\n","description":"Kernel source tree for Raspberry Pi-provided kernel builds. Issues unrelated to the linux kernel should be posted on the community forum at https://forums.raspberrypi.com/ There are several guides for kernel developers and users. These guides can be rendered in a number of…","guid":"https://github.com/raspberrypi/linux","author":null,"authorUrl":null,"authorAvatar":null,"insertedAt":"2025-07-16T02:13:50.613Z","publishedAt":"2025-07-16T02:13:50.608Z","media":[{"url":"https://github.com/raspberrypi/linux/actions/workflows/kernel-build.yml/badge.svg?branch=rpi-6.1.y","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://github.com/raspberrypi/linux/actions/workflows/dtoverlaycheck.yml/badge.svg?branch=rpi-6.1.y","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://github.com/raspberrypi/linux/actions/workflows/kernel-build.yml/badge.svg?branch=rpi-6.6.y","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://github.com/raspberrypi/linux/actions/workflows/dtoverlaycheck.yml/badge.svg?branch=rpi-6.6.y","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://github.com/raspberrypi/linux/actions/workflows/kernel-build.yml/badge.svg?branch=rpi-6.12.y","type":"photo","width":0,"height":0,"blurhash":""},{"url":"https://github.com/raspberrypi/linux/actions/workflows/dtoverlaycheck.yml/badge.svg?branch=rpi-6.12.y","type":"photo","width":0,"height":0,"blurhash":""}],"categories":null,"attachments":null,"extra":null,"language":null,"feeds":{"type":"feed","id":"64586179279676416","url":"https://mshibanami.github.io/GitHubTrendingRSS/weekly/c.xml","title":"GitHub C Weekly Trending","description":"Weekly Trending of C in GitHub","siteUrl":"http://mshibanami.github.io/GitHubTrendingRSS","image":null,"errorMessage":null,"errorAt":null,"ownerUserId":null}},{"feedId":"64586179279676416","id":"168130484584241168","title":"geany/geany","url":"https://github.com/geany/geany","content":"A fast and lightweight IDE
Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME. So it is using only the GTK+ toolkit and therefore you need only the GTK+ runtime libraries to run Geany.
\\n.. image:: doc/images/main_window.png :width: 750 :alt: Screenshot of Geany showing the main user interface :target: doc/images/main_window.png
\\nThe basic features of Geany are:
\\nUsing distribution packages on Linux, BSD and similar distributions is the easiest and recommended way. This way you will also benefit from automatic Geany updates by the package manager of the distribution.
\\nPackages are available for most distributions including Debian, Fedora, Ubuntu and many more.
\\nPrebuilt binary packages for Mac OS and Windows can be found on https://www.geany.org.
\\nRequirements ++++++++++++ For compiling Geany yourself, you will need the GTK3 libraries and header files. You will also need its dependency libraries and header files, such as Pango, Glib and ATK. All these files are available at https://www.gtk.org.
\\nFurthermore you need, of course, a C compiler and the Make tool; a C++ compiler is also needed for the required Scintilla library included. The GNU versions of these tools are recommended.
\\nTo build the user manual you need rst2html from Docutils. A pre-built version of the manual is available in distribution tarballs and will be used as fallback if rst2html is missing. When building from Git however, that pre-built version is not included and rst2html is required by default. You can explicitly disable building the user manual using the --disable-html-docs
configure flag, but this will result in not installing a local version of the user manual, and Geany will then try and open the online version instead when requested.
.. note:: Building Geany from source on Mac OS and Windows is more complicated and is out of scope of this document. For more information on building instructions for these platforms, please check the wiki at https://wiki.geany.org/howtos/.
\\nInstalling from a Git clone +++++++++++++++++++++++++++
\\nUsing the Meson build system ++++++++++++++++++++++++++++
\\nN.B. Meson support is still incomplete and a work-in-progress.
\\nMeson requires to chose a separate build directory. Either create one, or let meson do it:
\\nmeson build
or mkdir build; cd build; meson ..
Either command will configure the build system. The system is probed in many ways and system-dependant build files are created. This includes location of dependencies and compiler and linker flags required for them.
\\nTo build Geany, follow with a meson compile -C build
To install Geany, follow the build with a sudo meson install -C build
.
By default, meson will install Geany to /usr/local
. A different prefix can be selected at the initial command or via reconfiguration:
meson --prefix /opt build
or meson configure --prefix /opt build
Geany has some selectable features that may reduce the required build and runtime dependencies. See meson_optionts.txt for a full list.
\\nTo turn a feature off, use -D<feature>=false
when configuring the build, for example: meson configure -Dvte=false build
Using Autotools +++++++++++++++
\\nInstall Autotools (autopoint, automake, autoconf and libtool), gettext, and the GLib development files before running any of the following commands, as well as rst2html from Docutils (see above for details). Then, run ./autogen.sh
and then follow the instructions for installing from a release tarball
_.
Installing from a release tarball +++++++++++++++++++++++++++++++++
\\nRun the the following three commands::
\\n$ ./configure\\n$ make\\n(as root, or using sudo)\\n% make install\\n
\\nFor more configuration details run ./configure --help
.
If there are any errors during compilation, check your build environment and try to find the error, otherwise contact the mailing list or one of the authors.
\\nSee the manual for details (geany.txt/geany.html).
\\nTo run Geany just type::
\\n$ geany\\n
\\non a console or use the applications menu from your desktop environment. For command line options, see the manual page of Geany or run::
\\n$ geany --help\\n
\\nfor details. Or look into the documentation in the doc/ directory. The most important option probably is -c
or --config
, where you can specify an alternate configuration directory.
Geany is distributed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. A copy of this license can be found in the file COPYING included with the source code of this program. The included Scintilla library (found in the subdirectory scintilla/) has its own license, which can be found in the file scintilla/License.txt included with the source code of this program.
\\nSee https://www.geany.org/. If you add something, or fix a bug, please create a pull request at https://github.com/geany/geany/. Also see the HACKING file.
","description":"A fast and lightweight IDE Geany - A fast and lightweight IDE\\nAbout\\n\\nGeany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent…","guid":"https://github.com/geany/geany","author":null,"authorUrl":null,"authorAvatar":null,"insertedAt":"2025-07-16T02:13:50.609Z","publishedAt":"2025-07-16T02:13:50.604Z","media":null,"categories":null,"attachments":null,"extra":null,"language":null,"feeds":{"type":"feed","id":"64586179279676416","url":"https://mshibanami.github.io/GitHubTrendingRSS/weekly/c.xml","title":"GitHub C Weekly Trending","description":"Weekly Trending of C in GitHub","siteUrl":"http://mshibanami.github.io/GitHubTrendingRSS","image":null,"errorMessage":null,"errorAt":null,"ownerUserId":null}}],"analytics":{"listId":"73707282984166400","subscriptionCount":290}}')