Package Dependancies:
NOTE: The above are archlinux packages, review your distro's specific for the appropriate deps.
How to use:
I. From Source:
-
Clone repository:
git clone https://github.com/l0vemimi/TxtEd.git
-
Build the package:
makepkg -si
-
Run the app.
II. Py:
-
Run the .py file.
python txted-qt6.py
1.2. You can create a bash alias for automation if CLI is preffered e.g.
alias txted='python /dir/to/file/txted-qt6.py'
1.2.1. Then to run it:
txted
III. Pacman:
- Download the .tar.gz at l0vemimi/ArchPkg
Or..
1.2. Clone the whole repo..
git clone https://github.com/l0vemimi/ArchPkg.git
1.2.1. Find the package file repo/x86_64/TxtEd-1.2-1-any.pkg.tar.zst.
-
Add the package tar to your repo db:
repo-add repo/x86_64/[YOUR_REPO].db.tar.gz repo/x86_64/TxtEd-1.2-1-any.pkg.tar.zst
-
Update pacman:
sudo pacman -Sy
NOTE: If you do not have your own repository, see my other repo l0vemimi/ArchBtw and the makepkg section in the gitbook.
Keyboard Shortcuts:
Save = CTRL + s
Copy = CTRL + c
Cut = CTRL + x
Paste = CTRL + v
Zoom In = CTRL + +
Zoom Out = CTRL + -