Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yume190/codeview


https://github.com/yume190/codeview

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# CodeView

---

### SwiftTerm

change 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/)