Skip to content

Commit

Permalink
v6.0.0 fixes #52 fixes #53
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefvand committed Jul 4, 2024
1 parent 1f7da06 commit 321ba0f
Show file tree
Hide file tree
Showing 36 changed files with 2,352 additions and 1,685 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ bin/
*.vsix
build
build.exe

5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"timonwong.shellcheck"
]
}
1 change: 0 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"name": "Build Go",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/build.go"
}
]
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"cSpell.words": [
"alnum",
"bashdb",
"civis",
"cnorm",
Expand Down Expand Up @@ -76,6 +77,7 @@
"urandom",
"urldecode",
"urlencode",
"useremail",
"wangyuew",
"whatismyipaddress",
"xargs",
Expand Down
17 changes: 17 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "echo",
"type": "shell",
"command": "echo Hello"
},
{
"label": "build-test",
"type": "shell",
"command": "./build; cp -f /data/Code/shellman/snippets/snippets.json ~/.config/Code/User/snippets/shellscript.json"
}
]
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 6.0.0

- some improvements.
- fixed #52
- fixed #53

## 5.8.0

- some improvements to become more standard.

## 5.7.0

Fixes issue #48
Expand Down
Loading

0 comments on commit 321ba0f

Please sign in to comment.