console-application
Here are 1,345 public repositories matching this topic...
It would be really useful if the project would have a bindep.txt file which mentions system packages required for building the code.
Details at https://docs.openstack.org/infra/bindep/readme.html -- I mention that there is nothing specific to OpenStack about bindep tool.
-
Updated
May 28, 2020 - JavaScript
I think some kind of interactive vistutor would be greatly beneficial.
It could serve as a starting point or as a continuation for learning certain topics.
I realize that such a tutorial might include a bit of different topics, just to name a few obvious ones:
- regular expressions
- structural regular expressions
- vi commands
- sam commands
It feels to me inaccessible to people ne
Installation of Laravel Zero with the command below
laravel-zero new TestApp
Results in output
Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...
What is your application name?:
>
Aborted.
Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
The documentation says
The :datefmt command takes the cell's text content that represents a date, and uses a given format to set the numeric value of the cell. Its format is ':datefmt "{strftime_format}"', taking a strftime-compatible format string. The format is applied to the cell (as could be done with the :format function) so that the value is displayed as
Doxygen support
Auto posting rules affect the whole current file and any parent or child file, but not sibling files (with multiple -f options). The docs at https://hledger.org/journal.html#auto-postings-transaction-modifiers are not clear on this. Also auto posting rules' and periodic transaction rules' scope should be mentioned in the https://hledger.org/journal.html#directives reference table, probably.
Wo
Currently scrolling in directory with file preview enabled in 2nd pane could get extremely sluggish if the preview command isn't snappy enough; eg having following config to use bat for previews causes scrolling in a directory containing many shell scripts to become noticeably slow:
" remaining files:
fileviewer * bat --color always --plain %c
fil
If you accept the name suggestion from paperboy, it will happily overwrite any files that happen to have that name in the library folder. Luckily in this case it was overwriting another copy of the same paper but it would be nice to have overwrite safeguards.
Reproduction:
- Create multiple copies of a pdf in Inbox folder
- Move them to library with the same name
- Watch duplicates vani
-
Updated
May 7, 2020 - C
-
Updated
Mar 14, 2020 - PHP
-
Updated
Jun 9, 2020 - PHP
-
Updated
Feb 20, 2020 - C
-
Updated
Jan 31, 2019 - C++
Let's make it easy for people to contribute to the project.
follow the recommendations from https://kentcdodds.com/blog/first-timers-only
- setup a contributing.md
- register with up-for-grabs and add
up-for-grabslabel - create PRs for some features w/ tests and label w/
first-timers-only - register with http://makeapullrequest.com/ and add badges
I liked this feature in the C++ version. Any interest in having it in the new version, or not?
For example, I had ^W run a python script which grabbed and displayed the lyrics for the currently-playing song. I had ^T run Transcribe with the song under the cursor's path/filename as an argument.
It might be nice to allow placeholders for tags of the current or highlighted song.
-
Updated
Aug 25, 2019 - C++
-
Updated
Jan 18, 2020 - C++
-
Updated
Jun 10, 2020 - Nim
-
Updated
Aug 20, 2019 - C
The owner of this repository is a non-native English speaker.
There may be unnatural sentences.
Please correct the README page.
nload supports a configuration file, but the format and options are not documented.
The keys can be found here:
...and the configuration can be set using an ini format of key = value, but I was only able to learn this from reading the source code.
It looks like the example links on the readme are broken.
Things like "Example run with console output" go to a page that says "Cannot proxy the given URL".
Thank you :)
-
Updated
May 31, 2020 - C
I was looking for a library to pretty print md files from within my own python script, and not as a standalone cli.
This package works great, you should add examples for using the renderer directly from other scripts:
import consolemd
with open('README.md', 'r') as readme:
readme_content = readme.read()
renderer = consolemd.Renderer()
renderer.render(readme_content)
cheer
-
Updated
Apr 24, 2019 - C
-
Updated
Jan 26, 2020 - Shell
-
Updated
Jan 3, 2020 - Shell
Given this command...
/Users/johan/.vscode/extensions/ms-vscode.cpptools-0.26.3/bin/Microsoft.VSCode.CPP.Extension.darwin
... we call it darwin.
We should call it Microsoft.VSCode.CPP.Extension.darwin or something, and not just darwin, which is just confusing.
Improve this page
Add a description, image, and links to the console-application topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the console-application topic, visit your repo's landing page and select "manage topics."
Since Kakoune's quoting system was reworked, it's pretty easy to reliably quote Kakoune strings by just doubling apostrophes. In shell, it looks something like this:
However, while working on #3336, I've copied and pasted this fragment into three or four shell blocks already; I expect it (or