cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI for Unibeautify

Results 43 cli issues
Sort by recently updated
recently updated
newest added

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

PR: unreviewed
dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

PR: unreviewed
dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

PR: unreviewed
dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

PR: unreviewed
dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

PR: unreviewed
dependencies

Bumps [json5](https://github.com/json5/json5) from 2.0.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

PR: unreviewed
dependencies

Consider adding a `.pre-commit-hooks.yaml` to the root of this repository so that Unibeautify may automatically be run locally on each commit. This generally requires no more than 10 lines of...

I'm trying to run on a directory of files, vs just one file, but can't seem to get it to work: If I have a few files: templates/one.html templates/two.html templates/three.html...

Description ------------------------------------------------------- I'd like to use the `Django HTML` and `Jinja(jinja2)` formats in "unibeautify cli". "Beautifier not found: Pretty Diff" is displayed. ``` $ ./node_modules/.bin/unibeautify -l HTML check.html Beautifier not...

ive followed the disjunct instructions, and not matter how i run it(cli, via ide, etc) i cant get any beautifiers to run. Can i get a specific instruction set on...