mastodon-redirector
View Mastodon profiles on your Mastodon instance
파일 탐색기
- bookmarklet.svg
- chrome-webstore.svg
- firefox-addons.svg
- README.md
- icon-128.png
- icon-16.png
- icon-32.png
- icon-64.png
- options.css
- options.html
- options.js
- background.js
- content.js
- manifest--base.json
- .gitignore
- .prettierrc
- LICENSE
- Makefile
- README.md
- web-ext-config.js
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
watch
설명 보기 ▼
watch
명령어를 반복 실행하고 출력 결과를 전체 화면 모드로 모니터링합니다.
더 많은 정보: <https://manned.org/watch>.
watch {{command}}
현재 디렉토리의 파일 모니터링:
watch {{[-n|--interval]}} 60 {{command}}
디스크 공간을 모니터링하고 변경 사항 강조 표시:
watch {{[-d|--differences]}} df
"node" 프로세스를 3초마다 새로고침하며 모니터링:
web-ext
설명 보기 ▼
web-ext
웹 확장 프로그램 개발을 관리하는 명령줄 도구.
더 많은 정보: <https://github.com/mozilla/web-ext>.
web-ext run
현재 디렉터리에 있는 웹 확장 프로그램을 Firefox에서 실행:
web-ext run --source-dir {{path/to/directory}}
특정 디렉터리에서 웹 확장 프로그램을 Firefox에서 실행:
web-ext run --verbose
자세한 실행 출력 표시:
# 프로젝트 배지
// repository documentation
Was this content helpful?
(0 ratings)
