Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
#!/bin/bash #if [ ! -n "$(pgrep bobHelpnotes)" ]; then echo "already running"; exit 1; fi mkdir -p ~/Helpnotes || exit 1 [ -d ~/.config/Helpnotes ] || mkdir -p ~/.config/Helpnotes touch ~/.config/Helpnotes/ignored_items.txt || exit 1 ### NOTE: no harm if the blacklist file contains inline working notes ### (annotation lines will never exactly match a window titlestring or process name, eh) generate_blacklist_arr() { #TODO declare -A, and map ### advisable to also USENEVER the name of the tabbed helpviewer app usenever=(File Search Replace Open Save SaveAs 'Save As' 'Open As' 'Confirm Delete' \ 'Create New File' Find 'Move Folder' 'Preferences' Question yad Untitled untitled \ Unnamed unnamed '(Unnamed)' '(unnamed)' 'Choose Font' gExec 'Run Program') readarray -t ignored < ~/.config/Helpnotes/ignored_items.txt thelist=("${usenever[@]}" "${ignored[@]}") #echo ${thelist[@]} ### for debugging } addtoblacklist_and_reload() { ### this fn would be called if user has, via yad dialog, elected to ignore an item echo "$now_win" >> ~/.config/Helpnotes/ignored_titles.txt exec "./bobHelpnotes" # new program instance restarts, occupying the same PID, and re-pasrses the blacklist } ### NOT DYNAMICALLY FILLING-IN-THE BLANK B/C THE TITLETEXT MAY BE LOOOOOONG hepmetxt=" context-sensitive help is active, but no note exists yet for ______ Below, you can copy the titletext of the ______ window and paste it as the name of a new cherrytree node. tip: to dismiss this dialog, you can ESC or click outside the dialogbox" trainingmode_ask() { sez=$(yad --center --on-top --width=620 --close-on-unfocus --button="OK" --title="scusa" --text="$hepmetxt" \ --entry --entry-text="$now_win") ### backgrounding it causes a runaway OOM ### NOTED: The "--fullscreen" and "--maximize" args are not entirely effective, and are annoying. ### The "close-on-unfocus" option is a godsend, IMO. echo $sez # pseudocode: if return value from the yad call is blah, then do zippity ### If we are passing a FILEname string (vs a NODEname, passed to cherrytree), might be ### advisable (or necessary) to preface the call with "touch ~/bobHelpnotes/$notename &&" ### ======================== ### BUT DURING DEBUGGING, UNTIL WE HAVE CREATED A WELL-POPULATED A BLACKLIST ### AND/OR SETUP "VALIDATION" RULES TO IGNORE e.g. pythonic endswith(' - Mozilla Firefox') ### THE touch WOULD RESULT IN A HELLUVA LOT OF UNWANTED JUNK FILES. # touch ~/Helpnotes/$notename && mousepad ~/Helpnotes/${notename}& disown } generate_blacklist_arr oldwin="" xprop -spy -root _NET_ACTIVE_WINDOW | while read -r zig; do ### NOTED: a "goto workspace NN" event generates a change event. ### closure of a transient (e.g "Find" dialog) window generates an event. ### lxterminal: Use of NewWindow command spawns a window titled "Unnamed" yet does NOT generate an event. ### When switching focus between the original and the "Unnamed", no event is detected. now_win="$(xdotool getwindowfocus getwindowname)" # window titletext if [ "$now_win" != "$oldwin" ]; then shallreject=0 for item in "${thelist[@]}"; do [[ $now_win == "$item" ]] && $shallreject=1 done [ ! -n shallreject ] && continue # blech ### sanitize (validate, normalize) the titletext string # ### trim leading // trailing space n tab chars + reduce each whitespace substring to a single space notename=$(echo "$now_win"|awk '{$1=$1};1') ### convert punctuation chars notename=${notename//[^-_a-zA-Z0-9.]/_} #trainingmode_ask ### WIP not yet implemented ### get the PROCESS NAME associated with the currently-focused window echo -e "current processname: $(cat /proc/$(xdotool getwindowpid $(xdotool getwindowfocus))/comm)" oldwin="$now_win" echo -e " raw window title: $now_win" echo -e " sanitized notefile namestring: ~/Helpnotes/$notename" fi ### The echo lines are useful FOR DEBUGGING done
Optional Paste Settings
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
# t_zbase_n.py --...
Python | 10 min ago
skidword's su...
Latex | 13 min ago
Untitled
Lua | 46 min ago
Untitled
HTML | 52 min ago
7. countVowels
Python | 1 hour ago
My Log File
HTML 5 | 1 hour ago
My Log File
HTML 5 | 1 hour ago
Day-12
Python | 1 hour ago
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!