• Shell 93.2%
  • C 5.1%
  • Makefile 1.6%
  • CSS 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Willow Barraco 5cb98bff58
sxmo_notifs: fix invalid notif file
I noticed problems with notification monitor. This is related to the
recent path that order notifications. We touch a file, then write to
another one. Let's just write the file, and listen to close_write.
2026-08-07 15:36:00 +02:00
.builds build: fix trigger reasons 2026-02-07 06:56:37 +01:00
configs sxmo_hook_contextmenu.sh: foot: fix URL Mode keybind 2026-08-06 10:19:08 +02:00
docs Drop the SXMO_NO_MODEM environment variable 2026-07-25 15:26:55 +02:00
migrations Fix existing migration with non shell hooks 2023-03-21 09:54:06 +01:00
programs sxmo_status_led: account for the brightness of multicolor leds 2025-08-13 21:09:04 +02:00
resources Added a more subtle keytap audio clip for clickclack (opt-in) 2021-12-13 22:48:37 +01:00
scripts sxmo_notifs: fix invalid notif file 2026-08-07 15:36:00 +02:00
spec Fix shellcheck 2025-11-09 09:57:54 +01:00
.editorconfig Fix editorconfig configuration file 2023-05-14 00:10:59 -07:00
.gitattributes use git attributes to set version in makefile 2024-06-04 15:37:13 +02:00
.gitignore initial sxmo(7) man page 2023-04-03 10:25:48 +02:00
.hut.scfg added configuration file for hut-cli 2024-11-25 22:02:13 +01:00
.shellcheckrc implemented lookupcontactname() in call/text handler, removes non posix-compliant substitutions 2020-12-09 15:46:21 +01:00
.shellspec sxmo-utils: Add sxmo_status_spec.sh 2022-02-09 20:00:57 -05:00
LICENSE Change license to AGPL-3.0-only 2022-03-15 08:00:00 -04:00
Makefile sxmo_idle.sh: refactoring, bug removal, performance improvements 2025-12-28 14:13:52 +01:00
README.md Change license to AGPL-3.0-only 2022-03-15 08:00:00 -04:00
setup_config_version.sh configversion: support xml files 2024-10-22 10:19:48 +02:00

sxmo-utils

builds.sr.ht status

This repository contains scripts and C programs to support Sxmo.

Note all scripts pass shellcheck and are tab-idented.

<Various scripts and small C programs that glue the Sxmo environment together>
Copyright (C) <2022>  <Sxmo Contributors>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, version 3 of the License only.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.