summaryrefslogtreecommitdiff
path: root/notepadpp/README.md
blob: fb6b95d9f5fe6c898efa51ec0fff1c7f5c676f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Readme for notepadpp

## Upstream
[https://notepad-plus-plus.org/downloads/](https://notepad-plus-plus.org/downloads/)

## Reason for being in stackrpms
Notepad++ is a program for a non-free OS and I wanted to have the option to use it on GNU/Linux. The native alternatives were insufficient.

## Alternatives
Package `notepadqq` does not accomplish the same effect I wanted.

## Reverse dependency matrix
Distro     | notepadpp version
---------- | ----------------
Devuan     | 8.6.9

## Additional info
To run `osc` on Devuan as of 2024-07, you have to install `python3-zombie-imp`.

## Differences from upstream
None
bgstack15