Skip to content

Instantly share code, notes, and snippets.

View andraz's full-sized avatar

Andraž Kos andraz

View GitHub Profile
@andraz
andraz / foo.md
Last active April 8, 2025 06:56
dump all for llm
git ls-files '*.js' '*.jsx' '*.ts' '*.tsx' | xargs -I {} sh -c 'awk "{print FILENAME \":\" FNR \":\" \$0}" {}' > all_js_files_dump.txt && code all_js_files_dump.txt

git ls-files '*.js' '*.jsx' '*.ts' '*.tsx' | xargs -I {} sh -c 'awk "{print FILENAME \":\" FNR \":\" \$0}" {}' > fe_js_files_dump.txt && code fe_js_files_dump.txt && explorer .

git ls-files '*.js' '*.jsx' '*.ts' '*.tsx' | xargs -I {} sh -c 'awk "{print FILENAME \":\" FNR \":\" \$0}" {}' > be_js_files_dump.txt && code be_js_files_dump.txt && explorer .

awk 'BEGIN {print "Directory Listing:"; system("git ls-files \"*.js\" \"*.jsx\" | grep -v \".test\\.\" | grep -v \"^test-\""); print "\nFiles:"} FNR==1 {print "\nFile: " FILENAME} {print FNR ": " $0}' $(git ls-files '*.js' '*.jsx' | grep -v '.test\.' | grep -v '^test-') > be_js_files_dump.txt && code be_js_files_dump.txt && explorer .

# BE without test files
@andraz
andraz / honeycomb-blueprint-background.markdown
Created August 8, 2024 11:43
Honeycomb Blueprint background
@andraz
andraz / SketchSystems.spec
Last active May 17, 2019 12:14
#Guest can browse plays, see all info, but has no profile and cannot see performance prices
#Guest can browse plays, see all info, but has no profile and cannot see performance prices
Anonymous user
login -> Logged in user
List of performances
Logged in user
logout -> Anonymous user
Welcome view
Type of profile
@andraz
andraz / SketchSystems.spec
Last active July 19, 2023 00:54
Main view
Main view
Logged out
login -> Logged in
Please log in
Logged in
logout -> Logged out
home -> Welcome
Welcome
next -> Second page
Second page
Search Bar*
Inactive*
focused -> Active
Active
typed -> Text Entry
canceled -> Inactive
cleared -> Empty