fix: fix markdown warnings by adding alt texts

This commit is contained in:
Sat Naing
2022-10-17 11:33:11 +06:30
parent e0de512d0f
commit 326064111c
3 changed files with 18 additions and 18 deletions
+4 -4
View File
@@ -58,25 +58,25 @@ Here are some features of the project.
Users can change multiple themes. At the time of writing this post, there are 5 themes; and more themes will probably be added in the future. The selected theme is saved in local storage so that the theme wont change on page refresh.
![](https://i.ibb.co/fSTCnWB/terminal-portfolio-multiple-themes.gif)
![Setting different theme](https://i.ibb.co/fSTCnWB/terminal-portfolio-multiple-themes.gif)
### Command-line Completion
To look and feel as close to the actual terminal as possible, I put a command-line completion feature which auto fills in partially typed commands by simply pressing Tab or Ctrl + i.
![](https://i.ibb.co/CQTGGLF/terminal-autocomplete.gif)
![Demonstrating command-line completion](https://i.ibb.co/CQTGGLF/terminal-autocomplete.gif)
### Previous Commands
Users can go back to the previous commands or navigate the previously typed commands by pressing Up & Down Arrows.
![](https://i.ibb.co/vD1pSRv/terminal-up-down.gif)
![Going back to previous commands with UP Arrow](https://i.ibb.co/vD1pSRv/terminal-up-down.gif)
### View/Clear Command History
previously typed commands can be viewed by typing history in the command line. All the command history and terminal screen can be wiped out by typing clear or pressing Ctrl + l.
![](https://i.ibb.co/SJBy8Rr/terminal-clear.gif)
![Clearing the terminal with 'clear' or 'Ctrl + L' command](https://i.ibb.co/SJBy8Rr/terminal-clear.gif)
## Outro