16 Commits (48e1a8b20dcf2646faf433d02ea11571256b6b7e)

Author SHA1 Message Date
Luke Childs 48e1a8b20d Gracfully handle ls errors 8 years ago
Luke Childs 86fe4fdae3 Check if we have any cached modules before reccomending them 8 years ago
Luke Childs c8363fc238 Swap out [ ] for [[ ]] 8 years ago
Luke Childs a5f07e91f6 Fix array error in Linux 8 years ago
Luke Childs 4010f3e70f More concise way to split newlines into array 8 years ago
Luke Childs 764e03773d Remove quotes, they don't do anything 8 years ago
Luke Childs caa80400a5 Allow escaped double quotes in commmand 8 years ago
Luke Childs 61288cb9b4 Allow ":$" in command name 8 years ago
Luke Childs 5068b1dca6 Allow multiple : in command name 8 years ago
Luke Childs e2a43b1192 Add completion for npm install 8 years ago
Luke Childs d9285262ff Check arg count 8 years ago
Luke Childs ab3c1e7e5e Refactor to return on error instead of nesting in ifs 8 years ago
Luke Childs cad2c5ef51 Newline before comment 8 years ago
Luke Childs f48279a1d2 Load functions per npm command 8 years ago
Luke Childs 1d21efa230 Refactor into functions 8 years ago
Luke Childs 93494a1445 Rename to better npm completion 8 years ago
Luke Childs 1a3f01f356 Rewrite script parser in sed 8 years ago
Luke Childs a96a50ae3b Rename as zsh plugin 8 years ago
Luke Childs 4497b73ff5 Check we have completions before setting them 8 years ago
Luke Childs 3f8fc0ec09 Always fallback to default completion 8 years ago
Luke Childs 274943eaa9 Indentation 8 years ago
Luke Childs f2644cd55d Add comments 8 years ago
Luke Childs 0f53435ae2 Fall back to default completion on other npm commands 8 years ago
Luke Childs f09433e60c Only run on npm run 8 years ago
Luke Childs c0c63feb10 Fix invalid compdef syntax 8 years ago
Luke Childs d74a905d30 Check for node before using it 8 years ago
Luke Childs 0bf1e9c4d8 Add "$" to commands to make it obvious they are shell commands 8 years ago
Luke Childs ab7b03f37d Escape semicolns from commands 8 years ago
Luke Childs b1a2337af1 Format for _describe 8 years ago
Luke Childs 3fb0139912 Parse package.json with node 8 years ago
Luke Childs ecea8fb73b Link to npm run command 8 years ago
Luke Childs ffafa7c5d3 Remove unnecessary semicolons 8 years ago
Luke Childs af7f13f059 Wrap code in function 8 years ago
Luke Childs 6bbbf9c264 Find package.json 8 years ago
Luke Childs 5d2221dc75 Add zsh plugin file 8 years ago