Skip to content

Commit

Permalink
* 수정/자동완성: 자동완성을 구현
Browse files Browse the repository at this point in the history
* 수정/빌드: build-all.sh 빌드를 실행하여 /release 경로에 압축된 배포파일을 생성
* 추가/파일: command, history 샘플 파일을 추가
  • Loading branch information
ilshookim committed May 16, 2022
1 parent d6672eb commit 1e536cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,9 @@ $ hi
< [url0] 'hello, world!'
```

텍스트를 커맨드로 만들고 두번 보냈습니다.
텍스트를 hi 커맨드로 만들고 두번 보내봤습니다.

텍스트를 쉽게 보낸 것 같습니까?

서버와 'hello, world!' 텍스트를 주고받는 커맨드 라인 도구를 찾는다면...

이제부터 웹소켓 커맨드(wscmd)를 쓰는 것이 좋겠습니다. 무료이고 맘에 드실테니까요.
텍스트를 쉽게 보낸 것 같습니까? 간단한 전문을 주고받기때 쉽고 편리하게 활용할 수 있지 않을까요?

# 사용법

Expand Down Expand Up @@ -467,7 +463,7 @@ $ exit
Goodbye
```
고맙습니다 - I loved programming alone. Written by ilshookim.
고맙습니다 - I loved programming alone. Written by [ilshookim](ilshookim@gmail.com).
# 계획
Expand Down Expand Up @@ -499,3 +495,9 @@ modules: "js-yaml": "^4.1.0", "ws": "^8.6.0", "yargs": "^17.4.1"
# 라이선스
Dual License: GPLv3 (The GNU General Public License v3.0) or Licensed under Commercial
누구나 무료로 실행파일을 다운로드 받고 사용할 수 있습니다.
수정한 소스를 공개하면 누구나 무료로 소스를 사용하실 수 있습니다.
만약에 소스 공개가 어려운 기업이면 별도로 문의를 주세요.
8 changes: 7 additions & 1 deletion history
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
exit
cmd
ll
sub+ pub-kitchen unsub+ pub-kitchen
pub-kitchen
sub+ sub# pub-kitchen unsub+ unsub# pub-kitchen
clear
cmd

0 comments on commit 1e536cb

Please sign in to comment.