Skip to main content

Questions tagged [interactive]

The tag has no usage guidance.

17 votes
8 answers
5k views

Disabling everything except letters in browser- and on OS-level

We would like to make an interactive exhibition piece foolproof, requiring as little staff presence as possible when recovering it from anything anyone made it do. It has a text input and then it ...
alparius's user avatar
  • 189
0 votes
1 answer
186 views

Bash/Zsh: Catching all commands that start with a `/`

Is there a way to get this example catchall function to be called whenever any command starts with the / character in an interactive shell (instead of searching in $PATH and executing something else, ...
Aaron Esau's user avatar
0 votes
1 answer
1k views

Ansible playbook hangs in interactive mode

If I run the command (redis-cli --cluster create 192.168.1.10:6379 192.168.1.11:6379 192.168.1.15:6379) from the host(192.168.1.10) it prompts me for "yes" and it's working but in ansible ...
rdaniel's user avatar
0 votes
1 answer
68 views

Is there a way to read the data behind this interactive map?

I'm looking at an interactive map that allows me to set a filter (button "Select Markets") and then places dots on the map which give summary data when I hover the mouse over a dot or ...
NewSites's user avatar
  • 800
2 votes
1 answer
3k views

non-interactive ssh-keygen in Windows PowerShell: create a key pair and avoid pressing enter for location and empty passphrase

In Windows PowerShell, with ssh-keygen, how to create an SSH key pair with a private key that has no passphrase (password), without having to confirm twice the empty passphrase, and without having to ...
questionto42's user avatar
  • 2,423
-1 votes
1 answer
55 views

Interactive formulas in excel [closed]

I'm trying to make an Excel sheet where people can easily change the formulas in multiple column. Viewers will have varying degrees of Excel experience. Goals Users can adjust how columns are ...
Unrelated's user avatar
  • 149
2 votes
1 answer
465 views

How to make interactive objects in Microsoft Word? (dropdown lists, checkboxes)

As I stated in the title, I'm pretty sure there is some feature that can enable me to do that. Here is a document with an example but I don't know how it was implemented: So how is that even possible ...
Amin Guermazi's user avatar
1 vote
1 answer
172 views

popd for cdr-based directory management in zsh

I recently started using cdr in zsh for remembering recent directories. I used to use pushd and the like. One thing I miss is popd, which basically means "I'm done using this directory, put me ...
Ken Williams's user avatar
1 vote
2 answers
417 views

Delete argument from command

If I have a commandline like this: sunday.exe monday tuesday-wednesday I would like to delete to the last space, or essentially the last argument. I tried Ctrl + Backspace, but it deletes only to the ...
Zombo's user avatar
  • 1
4 votes
1 answer
548 views

Interactive ZSH's command prompt to execute a ZLE command

Is there any way to interactively run a ZLE command on the current line? I am looking for a similar way to TMUX's command-prompt, which default keybinding is prefix : were you can run a TMUX command ...
Nicolas LIENART's user avatar
4 votes
2 answers
2k views

How to run Windows OpenSSH Server interactively?

As known OpenSSH Server on Windows 10 (sshd.exe) run as a service by default. But there are cases that require to run OpenSHH Server in an interactive Windows session, not in session 0 by default. For ...
The_Immortal's user avatar
2 votes
0 answers
6k views

Can Windows 10 firewall be configured to interactively ask permission for outgoing traffic?

I'm rather unfamiliar with the default firewall in Windows 10 Professional. I find many articles on how to configure or finetune it to filter specific traffic (ingoing or outgoing). However what I ...
RocketNuts's user avatar
  • 1,172
0 votes
1 answer
39 views

Trouble accessing Docker interactive mode image

I need help with accessing interactive mode of Docker image thanks to lack of knowledge in needed area. I want open file , and read from file, and use image filesystem (traversal and search). I think ...
intersect's user avatar
-1 votes
1 answer
152 views

Mercurial collapses lines into single line when piping output

I'd like to sort based on the output of a mercurial (hg) command. The output from hg log is collapsed into 1 line when piping to another command but I want to keep separate lines. Here's a minimum ...
Joe's user avatar
  • 209
36 votes
4 answers
8k views

How can I prevent interactive-rebase from running verification hooks on commits?

I have a range of commits that fail the tests that are committed with them. I need to interactive-rebase across these commits; but the hooks are failing, and causing each commit to screw up, forcing ...
ELLIOTTCABLE's user avatar
  • 2,525

15 30 50 per page