Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yume190/codeview
https://github.com/yume190/codeview
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yume190/codeview
- Owner: yume190
- Created: 2023-03-15T10:36:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T09:45:36.000Z (about 1 year ago)
- Last Synced: 2023-12-29T10:36:31.391Z (about 1 year ago)
- Language: JavaScript
- Size: 589 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# CodeView
---
### SwiftTermchange cwd to workspace
```swift
/// set cwd
FileManager.default.changeCurrentDirectoryPath (FileManager.default.homeDirectoryForCurrentUser.path)
/// start child process
terminal.startProcess (executable: shell, execName: shellIdiom)
/// send command
terminal.send(txt: "mkdir -p Yume123\r")
```### JS libs
* [marked](https://github.com/markedjs/marked)
* [github-markdown-dark](https://github.com/sindresorhus/github-markdown-css)
* [highlight](https://highlightjs.org/)