Skip to content

Commit

Permalink
📝 README update
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Feb 25, 2024
1 parent 21b9524 commit a32466f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 20 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

tlm is your CLI companion which requires nothing then your workstation. It uses most efficient and powerful [CodeLLaMa](https://ai.meta.com/blog/code-llama-large-language-model-coding/) in your local environment to provide you the best possible command line suggestions.

![](./assets/suggest.gif)
![Suggest](./assets/suggest.gif)

![Suggest](./assets/explain.gif)

## Features

Expand Down
Binary file modified assets/explain.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/suggest.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 6 additions & 8 deletions assets/tapes/explain.tape
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
Output explain.gif

Set Theme "GitHub Dark"
Set Margin 60
Set MarginFill "#4e8eff"
Set Theme "Cyberdyne"

Set Width 1401
Set Height 1000
Set FontSize 26
Set Width 1200
Set Height 600
Set FontSize 32

Type "tlm explain 'wmic path win32_VideoController get name,status,adapterram'"
Type "tlm e 'mvn build -T 8 -DskipTests \!container'"
Sleep 250ms
Enter
Sleep 35
Sleep 20s
20 changes: 9 additions & 11 deletions assets/tapes/suggest.tape
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
Output suggest.gif

Set Theme "GitHub Dark"
Set Margin 60
Set MarginFill "#4e8eff"
Set Theme "Cyberdyne"

Set Width 1401
Set Height 1000
Set FontSize 26
Set Width 1200
Set Height 600
Set FontSize 32

Type "tlm suggest 'list all network interfaces but only their ip addresses'"
Sleep 250ms
Enter
Sleep 8s
Sleep 6s

Enter
Sleep 500ms
Sleep 1s

Up
Sleep 250ms
Sleep 500ms
Up
Sleep 250ms
Sleep 500ms
Enter

Sleep 8s
Sleep 3s

0 comments on commit a32466f

Please sign in to comment.