Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 358 public repositories matching this topic...
Thanks a ton for any helpful feedback
I need help with getting best quality GIFs.
I am not used to CSS syntax so it would be amazing if you add a lot of example config.yml files. Also, try adding config.yml files for the GIFs you are displaying in your README.md. They look fantastic. I have spent hours trying to get perfect GIF but no luck.
I don't know what value to give for shadow
- The first example can have few more chained prompts (It shows the power of enquirer in a few seconds)
- Todo can be moved to the bottom & can be a section (Below Contribution section)
- The 'Related prompts' section can be moved below 'Example Usage'. After the gif, the code should be shown (It is correct for Input prompt)
- The example should be complete. It should match exac
The docs aren't too clear. Maybe it doesn't exist.
I know about multi-word commands, https://github.com/dthree/vorpal/wiki/api-%7C-vorpal.command#multi-word-commands.
But what I'm wondering about is something more along the lines of describing commands with nested functions, or with file hierarchy.
This is the feature in Yargs:
- example with folder hierarchy: https://github.com/yargs/
I think it would be valuable to explicitly talk about whitespace requirements in [ ] and [[ ]] conditionals--this tripped me up when learning Bash and I know it's a pain point for a lot of developers.
The way I like to think about it is that [ and [[ are commands/builtins (like echo, etc), as opposed to being part of Bash syntax. For this reason, the command name and each of its argumen
The docs:
For extendEnv
Set to false if you don't want to extend the environment variables when providing the env property.
For env:
Environment key-value pairs. Extends automatically from process.env. Set extendEnv to false if you don't want this.
Having read this, I was under the impression that if you set extendEnv to false, env has no effect at all (which is exactl
Issue summary
I found that "completionEscape: false" is needed in my use case to avoid escape of open parenthesis. E.g. python style autocomplete will include open parens of function name, such as "sorted(".
However completionEscape is not a documented option. I only found it referenced in bug jcubic/jquery.terminal#321 (comment)
Expected
-
Updated
Jul 3, 2020 - JavaScript
I have cloned dbkoda, dbkoda-controller and dbkoda-ui into the same directory
afterwards I installed yarn, as it was needed, according to the instructions here
Then I ran yarn link:dev as described in the README, but it failed.
> yarn dev:link
yarn run v1.19.1
$ yarn run dev:link:controller && yarn run dev:link:controll
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Dec 25, 2017 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
In the docs it says:
This plugin allows you to run any shell commands before or after webpack builds. This will work for both webpack and webpack-dev-server.
maybe it could specify it works with webpack --watch too?
As per https://blogs.ucl.ac.uk/research-software-development/our-first-ever-git-workshop-online/, people might think that anything they type is streamed to shellshare, including passwords. This isn't the case: we only stream what visible on the screen/ Add this message to the FAQ.
-
Updated
Dec 9, 2018 - JavaScript
-
Updated
May 6, 2017 - JavaScript
课程目录讨论
book
偏实战性质
人群:非入门,初中级前端,或其他开发
重点:基于react + node 实现完整项目开发 M(mongodb)E(express)A(angular -> react )N(node)
第一大部分:介绍,理论性,前端技术基础等
- 第一章:前言
- 前端技术历史、发展
- 第二章:git和github快速入门使用
- 第三章:shell脚本基础
- 第四章:node入门和上手
- 介绍、环境搭建和配置
- 第五章:包管理器使用
- npm 使用和yarn
第二大部分:通用的前端新技术
- 第六章:babel 编译器
- 第七章:es6基础
- 第八章:使用es6开发前端类库
- 第九章:webpack基础
- webpack 基础
- 和gulp结合
- 各个功能使用
-
Updated
Jul 7, 2020 - JavaScript
The package.json of our packages are missing some fields. For example, they have no repository field, which means the link to GitHub does not show up in npm.
-
Updated
May 29, 2018 - JavaScript
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Apr 16, 2020 - JavaScript
Node version (or tell us if you're using electron or some other framework):
12.1.0
ShellJS version (the most recent version/Github branch you see the bug on):
0.8.3
Operating system:
Windows
Description of the bug:
sed is applied only once by line:
original archive:
import [COMPONENTNAME]Base from './[COMPONENTNAME]Base';`const [COMPONENTNAME] = styled( [COMPONENTNAME]