Skip to content

Commit

Permalink
Merge pull request #18 from yousefvand/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
yousefvand authored May 23, 2020
2 parents 455bba5 + 76b539b commit 45eaeb4
Show file tree
Hide file tree
Showing 229 changed files with 4,699 additions and 2,905 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node_modules
node_modules/
# .vscode/
*.vsix
11 changes: 10 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.2.0",
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Build",
"program": "${workspaceFolder}/build.js",
"skipFiles": [
"<node_internals>/**"
]
},
{
"name": "Extension",
"type": "extensionHost",
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"mobi",
"multiline",
"mylib",
"nsroot",
"pgrep",
"proto",
"quickstart",
Expand Down
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "spellcheck",
"problemMatcher": [],
"label": "npm: spellcheck",
"detail": "./node_modules/.bin/cspell ./**/*"
}
]
}
10 changes: 6 additions & 4 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
.vscode/**
.vscode-test/**
.gitignore
node_modules/**
nsroot/**
_config.yml
.gitattributes
docgen.js
.gitignore
build.js
Dockerfile
publish.sh
_config.yml
test.sh
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.5.0

- Renice process and sub processes. [PR](https://github.com/yousefvand/shellman/pull/17) by [@jakiro2017](https://github.com/jakiro2017).
- `archive...`
- Compress/decompress file/directory to/from `.tar.xz`

## 4.4.0

- Fixed issue [#13](https://github.com/yousefvand/shellman/issues/13). Thanks to [@wangyuew](https://github.com/wangyuew).
Expand Down
Loading

0 comments on commit 45eaeb4

Please sign in to comment.