seonbi

(★ 150)

SmartyPants for Korean language

File Explorer

  • .dockerignore
  • .editorconfig
  • .gitattributes
  • .gitignore
  • CHANGES.md
  • Dockerfile
  • en.utf-8.add
  • fly.toml
  • LICENSE
  • package.yaml
  • README.md
  • Setup.hs
  • stack-ghc-8.10.yaml
  • stack-ghc-8.8.yaml
  • stack-ghc-9.0.yaml
  • stack-ghc-9.2.yaml
  • stack-ghc-9.4.yaml
  • stack.yaml

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

script

View Details ▼

Record all terminal output to a typescript file.

script

Record a new session to a file named `typescript` in the current directory:

exit

Stop recording:

script {{path/to/session.out}}

Record a new session to a custom filepath:

🔍

scoop bucket

View Details ▼

Manage buckets: Git repositories containing files which describe how scoop installs applications.
If Scoop doesn't know where the bucket is located its repository location must be specified.

scoop bucket list

List all buckets currently in use:

scoop bucket known

List all known buckets:

scoop bucket add {{name}}

Add a known bucket by its name:

🔍

scoop

View Details ▼

The Scoop package manager.
Some subcommands such as `bucket` have their own usage documentation.

scoop install {{package}}

Install a package:

scoop uninstall {{package}}

Remove a package:

scoop update --all

Update all installed packages:

// repository documentation