command
Here are 781 public repositories matching this topic...
Currently refreshing when on any slide other than title leads to a 404: https://mdx-deck.now-examples.now.sh/2
Will be fixed by adding a simple now.json:
{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "dest": "/" }
]
}-
Updated
Mar 10, 2020 - TypeScript
I have idea for a new feature for jQuery Terminal
What need to be documented:
- old onBlur make terminal don't work on mobile
- terminal is always disabled on mobile on init, user need to tap to open keyboard (platform limitation)
- link to full screen trick from css-tricks
Misleading title
"You don't need GUI" just sounds too loud. You've pretty much described the basic *nix commands which are used by the majority of people anyway. Go hardcore, push for Vim and Emacs as the editors, ncmpcpp as the music player, tmux as the way to get some viewport layout...
Well, what about tiling WMs like i3 or AwesomeWM?
Summary
The documentation "activate_announcer_on_command_failure" is not helpful for users as it misses information a
-
Updated
Mar 4, 2020 - PHP
-
Updated
Jul 27, 2019 - JavaScript
-
Updated
Feb 12, 2020 - TypeScript
-
Updated
Jan 2, 2020
-
Updated
Feb 14, 2020 - Go
-
Updated
Feb 6, 2020 - Go
-
Updated
Dec 25, 2019 - Go
-
Updated
Dec 27, 2019 - Python
There is lots of redundant code between popups and widgets that does the same thing. A new set classes should be created, and the respective widgets/popups should extend these in addition to the base Widget and Popup classes.
-
Updated
Dec 19, 2019 - Rust
-
Updated
Oct 21, 2018 - JavaScript
-
Updated
Feb 14, 2020 - TypeScript
-
Updated
Feb 20, 2018 - Shell
-
Updated
Sep 11, 2018 - JavaScript
-
Updated
Jan 1, 2020 - Go
-
Updated
Feb 8, 2020 - C#
What was the confusing thing is the world came down to a simple lack of documentation and understanding of how something worked.
When using {@@} in description and message, you CAN'T use ROOT values. You MUST supply a children section for the languages. The improvement would be to allow multi-nested values along with root values in the @@
-
Updated
Jan 4, 2020 - Ruby
Improve this page
Add a description, image, and links to the command topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the command topic, visit your repo's landing page and select "manage topics."
I recently quickly started a server with
serve. When I open it up I get a nice directory listing as is to be expected:But when I try to open the
Testing/folder, I get the following error:![image](https://user-images.githubusercontent.com/42556441/55161662-6ec80280-513c-11e