Terminal
Terminal is a serial computer interface for text entry and display. Instruction given to perform a task are called commands. Current computers (GUI based) uses terminal emulators such as Unix shell, BASH shell, command prompt.
Here are 715 public repositories matching this topic...
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)
Monitor open files
Description
This utility can monitor open files number count (in real-time)?
Example count open files in the Linux machine, and count open files group by existing users.
Versions
Nothing
Logs
Nothing
- I have marked all applicable categories:
- exception-raising bug
- [ x] visual output bug
- documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
- new feature request
- [ x] I have visited the [source website], and in particular
read the [known iss
Don't know if this is the correct place to suggest it, but a quick day/night flag might be interesting?
You already have their area code, so you would just need to check it against the current world map sunrise/sundown timer?
Currently this page https://asciinema.org/docs/installation#installing-on-linux does not refer to snap installation method. I think we need to update that page and (potentially) make that the "default" way of installing asciinema on Linux based systems.
Correct the terminology used in code and documentation so that it is consistent with HTTPie and web standards. Examples:
- body parameter -> data field
- operator -> separator
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
idk what happened to the readme but i had to go look at an old commit were the documentation is in it. I dont like the website and it isnt convienent. also its very slow. issue #117 mentioned parallel threading. Why was this issue closed. its not fixed and its still an issue. Threading isnt difficult if its high level enough. it should be an argument along with what the deley should be to spawn a
-
Updated
May 9, 2020 - Python
-
Updated
May 28, 2020 - Python
Some command outputs don't look great on a dark background:
Originally reported in donnemartin/saws#18 by @sesas
-
Updated
Mar 11, 2020 - Python
-
Updated
May 26, 2020 - Python
-
Updated
May 16, 2020 - Python
-
Updated
May 18, 2020 - Python
Similar to #769, #548 -
side note: running "exit" does not close tab (just sits there)
open two tabs, write a sentence in one (don't press enter), close the other tab, and it'll delete the last word in the sentence.
When someone posts a quote-tweet the app ignores it other than linking to the quote. It could instead display the tweet being quoted below along with an indentation to indicate quoting.
Example of a quote-tweet: https://twitter.com/laura_hudson/status/950401330417352705
- Share good stories. Enhancement - share link by email
- Send to mobile. Enhacenement - use pushbullet api to push link to user's phone
- Send to Text-to-Speech reader on android - I use " @voice " on my android to have HN articles read to me while I drive. Can we push article links using pushbullet api to your phone and to your TTS app?
The Pipfile lists many version pinned requirements.
IMHO requirements should ideally never be version pinned (only if really really required).
Please remove the version pinning, where not needed!
It's hard to do proper packaging with this (especially for distributions, that follow upstream closely, such as Arch Linux).
-
Updated
Apr 4, 2020 - Python
-
Updated
May 2, 2020 - Python
Describe the bug
The function typer.main.get_group is annotated as returning a click.Command which isn't wrong because a click.Group is a click.Command, but means I have to cast to group when trying to integrate with existing Click applications.
To Reproduce
Steps to reproduce the behavior with a minimum self-contained file.
Replace each part with your own scenario:
Hello,
I am having some problems to build docs in here. :-]
https://github.com/pimutils/khal/blob/c4f5cd7248abb08a65dbb337bfe5e7e57e2e4a4d/doc/Makefile#L10-L13
These lines die with:
make: "/home/rigoletto/Dev/FreeBSD/ports/deskutils/py-khal/work-py36/khal-0.10.1/doc/Makefile" line 11: Missing dependency operator
make: Unknown modifier '/'
make: "/home/rigoletto/Dev/FreeBSD/ports
-
Updated
Apr 25, 2020 - Python
-
Updated
May 20, 2020 - Python
iTerm2 supports a way to display an image in the terminal via a the imgcat tool. Basically, it sends the following sequence to the terminal.
ESC]1337 ; File = [optional arguments] : base-64 encoded file contents ^G
Currently, it shows the raw data on the screen.
<img width="1071" alt="screen shot 2017-07-12 at 2 33 57 am" src="


It's not clear from the website's documentation, or the
--helpoutput, how to do the following equivalent curl task:Post a raw JSON query to ElasticSearch:
T