Search found 784 matches

by stemsee
Wed Dec 18, 2024 4:21 am
Forum: FatDog
Topic: What do you usually do to install software not available at Gslapt?
Replies: 12
Views: 711

Re: What do you usually do to install software not available at Gslapt?

Try 'am' (application manager) install from gslapt then run in terminal for 2000+ appimages.

Otherwise install from .deb after right clicking package and convert to fatdog package.

by stemsee
Thu Dec 12, 2024 4:16 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)


Is type and/or yad installed? Are you using Fatdog64-902 or higher? If not change type to which $(which yad 2>/dev/null). type doesn't need to be installed, it's a bash builtin. I don't understand what this has to do with Fatdog or its version as your script uses bash (shebang #!/bin/bash ) and ...
by stemsee
Thu Dec 12, 2024 3:51 am
Forum: Network
Topic: SNApP (System Nonsuch ApP)
Replies: 226
Views: 47754

Re: SNApP (System Nonsuch ApP)

Here is the updated snapp script. Rename to snapp, and Place in /usr/sbin and chmod 755 /usr/sbin/snapp

snapp.gz
(211.79 KiB) Downloaded 28 times
by stemsee
Thu Dec 12, 2024 2:20 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

Thanks for testing and reporting Luluc

RANDOM was used incorrectly! fixed

In the SSTE.sh script lines 26 & 27 are
[[ -f $(type -p yad) ]] && cp $(type -p yad) "$track"/yadsste
[[ -f $(type -p yadu) ]] && cp $(type -p yadu) "$track"/yadsste
These use 'type' command instead of 'which' to find ...
by stemsee
Thu Dec 12, 2024 12:55 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

With set Splitter in preferences
SSTE.sh.gz

SSTE.sh.gz
(19.98 KiB) Downloaded 33 times
by stemsee
Wed Dec 04, 2024 6:23 pm
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

Added scale field to set splitter position in percentage terms of 1600 pixel width.

xscreenshot-20241204T204639.png
xscreenshot-20241204T204639.png (56.94 KiB) Viewed 1081 times
by stemsee
Mon Dec 02, 2024 7:55 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

If you need to number Chapter headings, actually lines which are not indented, followed by indented lines, then Number Unindented format option is for you.

xscreenshot-20241202T123247.png
xscreenshot-20241202T123247.png (81.48 KiB) Viewed 1163 times
SSTE.sh.gz
(19.79 KiB) Downloaded 38 times
by stemsee
Wed Nov 27, 2024 1:03 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

added days months and alphabet prefixes.
Tidied up typos

SSTE.sh.gz
(19.5 KiB) Downloaded 40 times
by stemsee
Mon Nov 25, 2024 11:43 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

Update - added roman numerals as prefix e.g. VI. This sentence

Also fixed an issue with space detection.

SSTE.sh.gz
(18.5 KiB) Downloaded 45 times
by stemsee
Tue Nov 12, 2024 1:16 am
Forum: Network
Topic: SNApP (System Nonsuch ApP)
Replies: 226
Views: 47754

Re: SNApP (System Nonsuch ApP)

appman added.

Provides appimage list, on select gets info, and option to install, remove,download,overwrite,rollback,query etc

xscreenshot-20241112T091422.png
xscreenshot-20241112T091422.png (276.76 KiB) Viewed 590 times
appman.png
appman.png (298.47 KiB) Viewed 590 times
by stemsee
Mon Nov 11, 2024 10:54 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

I loaded a .py script and this triggered text highlighting ... I wish I knew the specifics

xscreenshot-20241111T184209.png
xscreenshot-20241111T184209.png (368.4 KiB) Viewed 1737 times
by stemsee
Sun Nov 10, 2024 4:46 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

Because undo and redo work line by line, probably because of cat command. So I have added multiple undo and redo, using xdotool. Still works line by line just automatic according to line count of text.

SSTE.sh.gz
(17.52 KiB) Downloaded 56 times
by stemsee
Sun Nov 10, 2024 4:06 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

Improved formatting sed terms and moved searchfn to byblockfn, thus reducing script size. Search'n'Replace now functions on pattern i.e. selected text, not all.

SSTE.sh.gz
(17.29 KiB) Downloaded 55 times
by stemsee
Sun Nov 10, 2024 1:50 am
Forum: Network
Topic: SNApP (System Nonsuch ApP)
Replies: 226
Views: 47754

Re: SNApP (System Nonsuch ApP)

Recently I have been using appman which is a cli appimage manager. I will add functions to snapp to show appman lists of available appimages, basic info, and the ability to install or remove selected item.

by stemsee
Sun Nov 10, 2024 1:16 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

An update that tidys up after itself removing files in tmp. And in the case of Search'n'Replace it gets the exit code and continues only if exit = 0.
Navipad is now setup for the majority of users. ctrl+z and ctrl+y

SSTE.sh.gz
(17.31 KiB) Downloaded 54 times
by stemsee
Fri Nov 08, 2024 2:43 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

Here it is SSTE.sh Version 0.1 - use at own risk - not exhaustively tested!
fake .gz extension. rename to SSTE.sh or sste.sh and give exec permissions 'chmod 755 /root/sste.sh'.
xscreenshot-20241108T105919.png
Note Bene: NaviPad and Formatting Button Column will work with focused apps or desktop ...
by stemsee
Wed Nov 06, 2024 2:40 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

There are four ways to load text:

1) set sste.sh as run action for .txt files in rox right-click menu, open with sste.sh by clicking on file.
2) loading text files from /root/sste/text dir (default behaviour on start up) all files will be appended in a single long document.
3) loading text files ...
by stemsee
Tue Nov 05, 2024 1:42 pm
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

An interesting 'discovery' ...
There are no navigation options for cycling through documents or a history for the editor .... but ! if you open a document in the editor, then open another , and another and another... and so on for however many documents you want to iterate through .... then you can ...
by stemsee
Tue Nov 05, 2024 4:06 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

Search and Replace is regex enabled. This means less format buttons are needed. For example adding bullets in front of a line, can be searched and replaced with anything. So I added a "Bullets end of line" also. Using search and replace can quote and bracket as required.

I was having a huge ...
by stemsee
Tue Nov 05, 2024 12:47 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)



@step
when using yadu --text-info --file-op, i can open a new file which clears current contents and loads contents from opened file. Then how do I programmatically reference the new file, is it a new "$1" or ... ? I want to be able to add the file path and name to a history log.


There isn't ...
by stemsee
Mon Nov 04, 2024 11:27 pm
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

thanks @step

When opening a file first navigate to the file then right click on the file and copy location is available. This will be the most automatic way to get a file reference, if it can be scripted with xdotool, or just manually - is better than nothing.

right-click.png
right-click.png (436.75 KiB) Viewed 2045 times
by stemsee
Mon Nov 04, 2024 7:34 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

I have added a preferences dialogue for selecting font, colours, image scaling max size and tray menu, saving prefs as different .set files, with custom name or, fields 1, 2 and 3, for easy selection. There are 8 fields in prefs.
xscreenshot-20241104T152820.png
I added a couple lines of code to ...
by stemsee
Mon Nov 04, 2024 1:11 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

@step
when using yadu --text-info --file-op, i can open a new file which clears current contents and loads contents from opened file. Then how do I programmatically reference the new file, is it a new "$1" or ... ? I want to be able to add the file path and name to a history log.

by stemsee
Sun Nov 03, 2024 2:02 pm
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

Re: SSTE (Super Simple Text Editor)

So after some careful tests and review of the purpose of sste, I decided to remove formatting functions from the right hand yad list and instead have fewer formatting functions in the form of buttons along the bottom of the swallowing yad paned gui, along with prefs, screenshot and print buttons ...
by stemsee
Sat Nov 02, 2024 2:34 pm
Forum: FatDog
Topic: How to scale emoji fonts on fd64?
Replies: 8
Views: 724

Re: How to scale emoji fonts on fd64?

Thanks!

I remember now, I couldn't access google sites before I got my vpn working, and i found this old version! But this seems to have slowed down emoji selection, at least in yad....maybe i need to do a restart after 'updating' fonts. Otherwise, it isn't working here too!

by stemsee
Sat Nov 02, 2024 11:39 am
Forum: FatDog
Topic: How to scale emoji fonts on fd64?
Replies: 8
Views: 724

Re: How to scale emoji fonts on fd64?

Pasted your line and no difference. xscreenshot-20241102T193158.png

Tried changing font first as well. I tried yadu --text-info, geany ... Ahh! in liebreoffice writer it looks fine! Probably has the correct font somewhere in its tree.
xscreenshot-20241102T194412.png
Well .... i don't really have ...
by stemsee
Sat Nov 02, 2024 9:43 am
Forum: FatDog
Topic: How to scale emoji fonts on fd64?
Replies: 8
Views: 724

Re: How to scale emoji fonts on fd64?

xscreenshot-20241102T173945.png
xscreenshot-20241102T173945.png (50.82 KiB) Viewed 541 times
xscreenshot-20241102T174127.png
xscreenshot-20241102T174127.png (8.67 KiB) Viewed 541 times

I thought I had two emoji fonts, one B&W the other color. When pasted into normal text they occupy a height of several lines, much greater in size than a Capital in any other font.

by stemsee
Fri Nov 01, 2024 10:12 am
Forum: FatDog64
Topic: SSTE (Super Simple Text Editor)
Replies: 24
Views: 2245

SSTE (Super Simple Text Editor)

I am creating SSTE - a lightweight text editor, similar to leafpad but with extra functionality. It is easy to modify as only a bash script and yad to deal with.

by stemsee
Fri Nov 01, 2024 3:25 am
Forum: FatDog
Topic: How to scale emoji fonts on fd64?
Replies: 8
Views: 724

Re: How to scale emoji fonts on fd64?

It didn't work for me ...

by stemsee
Thu Oct 31, 2024 9:16 am
Forum: Network
Topic: SNApP (System Nonsuch ApP)
Replies: 226
Views: 47754

Re: SNApP (System Nonsuch ApP)

securefn has encode method, decode method, onset, offset, and next I am going to add els - equidistant letter sequencing. Which means every nth character from a string is to be part of the password. I thought of making it so that the first ten characters, or some of them, are numbers 1-0, and the ...

Go to advanced search