Christopher Oak
47fdfcec1a
Add 2 patterns
...
Added 1 pattern (improve_writing) which improve the writing and returns it in the native language of the input
Added 1 pattern (analyze_incident) which analyses incident articles and produces a neat and simple output (Taken from the YT Video that Daniel was in by David B
9 months ago
Daniel Miessler
f22c20a540
Added Joseph Thacker to the credits.
9 months ago
Daniel Miessler
fcedd34fa1
Added Jason Haddix to the credits.
9 months ago
Daniel Miessler
42d9a191b7
Merge pull request #95 from sleeper/patch-1
...
Update system.md
9 months ago
Daniel Miessler
8503a24dd5
Merge pull request #91 from dfinke/main
...
Add patterns
9 months ago
Daniel Miessler
203a8f32ed
Merge pull request #92 from DuckPaddle/patch-6
...
Update utils.py to get_cli_input Line 192
9 months ago
Daniel Miessler
ee83a11ae9
Merge pull request #96 from ayberkydn/patch-1
...
fix typo
9 months ago
Ayberk Aydın
4a69177929
fix typo
9 months ago
Frederick Ros
f3137ed7ff
Update system.md
...
Fixed a typo
9 months ago
jad2121
1946751684
small fix for a problem where the GUI was loading every pattern twice
9 months ago
George Mallard
e998099024
Update utils.py to get_cli_input Line 192
...
Changed sys.stdin.readline().strip() to sys.stdin.read().strip() to allow multiple line input.
9 months ago
dfinke
f011aee14c
Add compare and contrast system and user patterns
9 months ago
dfinke
b1df61fc3f
Add user story and acceptance criteria for agility story patterns
9 months ago
Daniel Miessler
308982f62d
Shortened summary sentences.
9 months ago
Daniel Miessler
554a3604df
Add client dir.
9 months ago
Daniel Miessler
afd8ac986d
Added installation note.
9 months ago
Daniel Miessler
617cde5e1c
Added video embed.
9 months ago
Daniel Miessler
75f154593e
Merge pull request #90 from lmccay/main
...
#86 Clarify README Instructions
9 months ago
lmccay
a2044d6920
Merge branch 'danielmiessler:main' into main
9 months ago
lmccay
3313543437
Merge pull request #1 from lmccay/lmccay-patch-1
...
#86 Update README.md
9 months ago
lmccay
1e68a0e065
Update README.md
...
#86 Clarify the Instructions in the README
9 months ago
Daniel Miessler
b2cf0a12de
Merge pull request #84 from lmccay/patch-1
...
Update README.md
9 months ago
xssdoctor
b425b12939
Update utils.py
...
fixed something else
9 months ago
xssdoctor
4c09fa3769
Update fabric.py
...
fixed an error
9 months ago
Daniel Miessler
a8dc3f5432
Merge pull request #80 from agu3rra/poetry.on.server
...
poetry dependency management for server app + instructions
9 months ago
Daniel Miessler
470ac6827d
Merge pull request #83 from DuckPaddle/patch-5
...
Update utils.py with a class to transcribe YouTube Videos
9 months ago
jad2121
67719f42a3
fixed something
9 months ago
jad2121
0a33ac70b9
fixed something
9 months ago
lmccay
0b9017ccd2
Update README.md
...
Clarified a line in the readme
9 months ago
George Mallard
e0683024c1
Update utils.py with a class to transcribe YouTube Videos
...
Added Class Transcribe with method youtube which accepts a video id as a parameter. Returns the transcript.
9 months ago
jad2121
f4f337d699
updated gui to include adding API key and updating patterns
9 months ago
agu3rra
1971f4832d
adds meta back
9 months ago
agu3rra
b00d3d286d
pushes readme updates
9 months ago
agu3rra
14d4f8c169
poetry for server app; readme instructions added
9 months ago
Daniel Miessler
b000264ae5
Merge pull request #70 from DuckPaddle/patch-2
9 months ago
Daniel Miessler
a46cb3aacd
Merge pull request #74 from dheerapat/path-pattern-mapping
9 months ago
Daniel Miessler
c690c3a990
Merge pull request #75 from Endogen/main
9 months ago
Endogen
7d7f02e0af
Fix steps to install
9 months ago
jad2121
5e7d9b91ed
added copy to clipboard
9 months ago
jad2121
8b28b79b9f
added drag and drop and updated UI
9 months ago
Dheerapat Tookkane
82bf1fb27a
chore: typo
9 months ago
Dheerapat Tookkane
31c501cb64
feat: mapping path and pattern in the dictionary, allowing to scale the pattern "The Mill" server can use easily
9 months ago
Daniel Miessler
10b39ade6d
Updated the readme with credit to Jonathan Dunn for the GUI client.
9 months ago
George Mallard
7ce6d7102f
Update fabric.py to work with standalone.get_cli_input()
...
For compatibility with Visual Studio Community Edition
9 months ago
George Mallard
8fad5a12a0
Update utils.py - This is a utility function standalone.get_cli_input()
...
This function adds compatibility to Visual Studio Community edition.
9 months ago
Daniel Miessler
649e77e2c4
Merge pull request #65 from agu3rra/poetry.dep.man.fabric.cli
...
Poetry dependency management & `fabric` as a CLI (without python fabric.py)
9 months ago
Jonathan Dunn
5a57e814b9
fixed the README
9 months ago
Jonathan Dunn
e8590b6803
changed name of web_frontend to gui as this is a standalone electron app
9 months ago
Jonathan Dunn
9469834aa4
Added a web frontend-electron app
9 months ago
agu3rra
688886451f
fabric as a CLI; poetry for dep management with latest versions; gitignore re-added
9 months ago