mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-18 04:17:21 +02:00
Compare commits
No commits in common. "04ab9e3958b627df2f101e285c5de6aff16aeedf" and "d5f733dbf2e32a896dd9990f12435467c6463b09" have entirely different histories.
04ab9e3958
...
d5f733dbf2
@ -1,5 +1,3 @@
|
|||||||
# @format
|
|
||||||
|
|
||||||
# Based on https://pre-commit.com
|
# Based on https://pre-commit.com
|
||||||
#image: python:alpine
|
#image: python:alpine
|
||||||
image: pypy:latest
|
image: pypy:latest
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,12 +1,9 @@
|
|||||||
[submodule "submodules/gist"]
|
[submodule "submodules/gist"]
|
||||||
path = submodules/gist
|
path = submodules/gist
|
||||||
url = https://gitea.blesmrt.net/mikaela/gist.git
|
url = https://gitea.blesmrt.net/mikaela/gist.git
|
||||||
branch = master
|
|
||||||
[submodule "submodules/PPFI-Pikaviestimet"]
|
[submodule "submodules/PPFI-Pikaviestimet"]
|
||||||
path = submodules/PPFI-Pikaviestimet
|
path = submodules/PPFI-Pikaviestimet
|
||||||
url = https://git.piraattipuolue.fi/Pikaviestimet/Pikaviestimet.git
|
url = https://git.piraattipuolue.fi/Pikaviestimet/Pikaviestimet.git
|
||||||
branch = master
|
|
||||||
[submodule "submodules/shell-things"]
|
[submodule "submodules/shell-things"]
|
||||||
path = submodules/shell-things
|
path = submodules/shell-things
|
||||||
url = https://gitea.blesmrt.net/Mikaela/shell-things.git
|
url = https://gitea.blesmrt.net/Mikaela/shell-things.git
|
||||||
branch = master
|
|
||||||
|
3
.pre-commit-config.yaml
vendored
3
.pre-commit-config.yaml
vendored
@ -1,5 +1,3 @@
|
|||||||
# @format
|
|
||||||
|
|
||||||
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
# SPDX-FileCopyrightText: 2023 Aminda Suomalainen <suomalainen+git@mikaela.info>
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
@ -58,7 +56,6 @@ repos:
|
|||||||
rev: "v1.10.0"
|
rev: "v1.10.0"
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
args: [--install-types, --non-interactive]
|
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v3.16.0
|
rev: v3.16.0
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
"insertPragma": true,
|
|
||||||
"proseWrap": "always",
|
|
||||||
"singleAttributePerLine": true,
|
|
||||||
"plugins": ["@prettier/plugin-ruby", "prettier-plugin-sh"],
|
"plugins": ["@prettier/plugin-ruby", "prettier-plugin-sh"],
|
||||||
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
||||||
}
|
}
|
||||||
|
19
README.md
19
README.md
@ -1,13 +1,12 @@
|
|||||||
<!-- @format -->
|
|
||||||
|
|
||||||
## scripts
|
## scripts
|
||||||
|
|
||||||
Miscellaneous scripts sorted by language.
|
Miscellaneous scripts sorted by language.
|
||||||
|
|
||||||
I have moved the repository from GitHub due to concerns related to their
|
I have moved the repository from GitHub due to concerns related to
|
||||||
relationship with the [ICE](https://github.com/selfagency/microsoft-drop-ice)
|
their relationship with the
|
||||||
and [Iran](https://github.com/1995parham/github-do-not-ban-us). The main
|
[ICE](https://github.com/selfagency/microsoft-drop-ice) and
|
||||||
branch used to be called as `gh-pages` so that the scripts were downloadable
|
[Iran](https://github.com/1995parham/github-do-not-ban-us). The main branch
|
||||||
|
used to be called as `gh-pages` so that the scripts were downloadable
|
||||||
through curl/wget.
|
through curl/wget.
|
||||||
|
|
||||||
### Directories
|
### Directories
|
||||||
@ -16,8 +15,8 @@ through curl/wget.
|
|||||||
- _nodejs_ **MIGHT** get some nodejs scripts
|
- _nodejs_ **MIGHT** get some nodejs scripts
|
||||||
- _WeeChat_ is a placeholder and unlikely to get anything.
|
- _WeeChat_ is a placeholder and unlikely to get anything.
|
||||||
- _ZNC_ is another placeholder which is unlikely to get anything.
|
- _ZNC_ is another placeholder which is unlikely to get anything.
|
||||||
- note that they are _modules_ with ZNC, but I don't see why I couldn't put
|
- note that they are _modules_ with ZNC, but I don't see why I
|
||||||
them here.
|
couldn't put them here.
|
||||||
|
|
||||||
_I doubt I am going to write many WeeChat scripts or ZNC modules, so I won't
|
_I doubt I am going to write many WeeChat scripts or ZNC modules, so I
|
||||||
be making subdirectories for different languages._
|
won't be making subdirectories for different languages._
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
<!-- @format -->
|
Simple bash scripts I have in `/usr/local/bin` that may be trivial to recreate,
|
||||||
|
but why reinvent the wheel.
|
||||||
Simple bash scripts I have in `/usr/local/bin` that may be trivial to
|
|
||||||
recreate, but why reinvent the wheel.
|
|
||||||
|
|
||||||
## Does this make sense for Flatpaks?
|
## Does this make sense for Flatpaks?
|
||||||
|
|
||||||
@ -11,5 +9,5 @@ tail -n +1 /var/lib/flatpak/exports/bin/*
|
|||||||
|
|
||||||
## Snap?
|
## Snap?
|
||||||
|
|
||||||
`/usr/local/bin` is more likely to be in `$PATH` than the usual Snap vriants.
|
`/usr/local/bin` is more likely to be in `$PATH` than the usual Snap
|
||||||
If they are in $PATH, note `sudo snap alias ORIGINAL NEW`
|
vriants. If they are in $PATH, note `sudo snap alias ORIGINAL NEW`
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
/** @format */
|
|
||||||
|
|
||||||
// Require the dns module
|
// Require the dns module
|
||||||
var dns = require("dns");
|
var dns = require("dns");
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
<!-- @format -->
|
|
||||||
|
|
||||||
Archived from https://github.com/Mikaela/mikaela.github.io/commits/master/php
|
Archived from https://github.com/Mikaela/mikaela.github.io/commits/master/php
|
||||||
|
|
||||||
Not touched in ages.
|
Not touched in ages.
|
||||||
|
2
pnpm-lock.yaml
generated
vendored
2
pnpm-lock.yaml
generated
vendored
@ -1,5 +1,3 @@
|
|||||||
# @format
|
|
||||||
|
|
||||||
lockfileVersion: "9.0"
|
lockfileVersion: "9.0"
|
||||||
|
|
||||||
settings:
|
settings:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 0b29f1e8133a20038f250dde83a1d84deca44771
|
Subproject commit c453240376a2190dda1f86b5a6b0cd380f6e49f3
|
Loading…
x
Reference in New Issue
Block a user