Questions tagged [command-line-tool]

A command line tool is a console based application either run in MS-DOS or a terminal (Command prompt for windows, and terminal for linux and mac)

339 questions
0
votes
1 answer

Run python script as one of the command of command line tool

I am new to Python, could someone please let me know if we can register our python script to work as one of the command of cmd.exe, I am not asking about parsing or accepting command line arguements using argparse, etc.. Lets say I have a…
Prabhakar
  • 402
  • 6
  • 20
0
votes
0 answers

swift show up window programmatically

Im writing on a command line tool that shows a pop up window. Of course programmatically. In this pop up window I show two text fields, one for the username and the other for password. But when I try to type text in one of them, it wont work. I can…
Michael_mhr
  • 744
  • 1
  • 9
  • 27
0
votes
1 answer

isetool EnumerateDevices only returns 1 device?

I have 2 Windows Phone 8.1 devices connected by usb cable to my computer. I can use isetool.exe successfully with each phone individually when it is the only one connected. I know I need to use deviceindex:n but EnumerateDevices only returns one…
Amichai S
  • 102
  • 1
  • 8
0
votes
3 answers

Need to create a single record from 3 consecutive lines of text

I can easily write a little parse program to do this task, but I just know that some linux command line tool guru can teach me something new here. I've pulled apart a bunch of files to gather some data within such that I can create a table with it.…
Owen Parker
  • 253
  • 2
  • 12
0
votes
1 answer

Alcatraz - Xcode Command Line Tools are not currently installed

I'm managing Xcode plug-ins via Alcatraz. Everything was alright until I installed and then uninstalled Git following instruction in the uninstalled.sh file in official git.zip file: sudo rm -rf /usr/local/git/ (in my case it's…
bluenowhere
  • 2,683
  • 5
  • 24
  • 37
0
votes
2 answers

Why can't I type "|" in the codecademy Command Line course?

I am 55% into the Command Line course on Codecademy but, I can't type "|". I'm trying to do cat volcanoes.txt | wc And the | doesn't show and when I try to copy+paste it in only shows a ^V instead of the |. Please help
0
votes
1 answer

Error with colon in git commit name

The command git diff "??/??/15 - 12:34" "??/??/?? - 03:21" throws an error. It seems that : is the culprit. The client that handles git for me, didn't throw and error with the colon in the commit name, but git Bash for Windows won't let me get…
Chris J
  • 1
  • 3
0
votes
9 answers

Command Line Tools

I've been having a look through other questions on the site and can't find one listing out some of the most widely used (or subjectively best) command line tools. Having just installed Mercurial I'm interested in what command line tools others are…
Jamie Dixon
  • 53,019
  • 19
  • 125
  • 162
0
votes
0 answers

Android Studio: How to build command-line Android activity with no view (NOT how to build *with* command line)

I need to build a command-line tool that I can run in an Android shell. This question is not about how to build using command-line tools, which is pretty much all I find when I search SO/google for this question. What I can do: Write a simple Java…
0
votes
0 answers

How to call getPackageManager() from Android command-line executable

I am writing a command-line tool for Android (such that it would be called via 'adb shell' or the like, as opposed to being launched via the Android interface). I want to write something that uses the same kind of information as the 'pm list…
0
votes
1 answer

Alfresco File Storage(alf_data)

I am in an situation where i need to run one command-line tool for file which is uploaded in alfresco repository.The reason behind this is i need to perform OCR on that particular file. I know i can use transformation which alfresco by default…
Krutik Jayswal
  • 3,165
  • 1
  • 15
  • 38
0
votes
1 answer

dyld: Library not loaded: @rpath/libxcrun.dylib referenced from xcrun

I'm relatively new to mac and now trying to setup a dev. environment for Cordova based iOS app. I'm using Yosemite 10.10.3 I've installed xcode 6.3.1 and the commandlinetools for 6.3.1, under /Applications/Xcode.app/Contents/Developer/ I can see…
Hunter
  • 1
  • 3
0
votes
1 answer

realloc reports incorrect checksum

I have this C program attempting a text line reading function that should be able to deal with lines of arbitrary length. It works by maintaining a buffer, whose size is doubled whenever there is need for more room. The actual method is…
coderodde
  • 1,269
  • 4
  • 17
  • 34
0
votes
1 answer

Is there a NuGet package for the Resharper Command Line Tools

I downloaded the Resharper Command Line Tools from https://www.jetbrains.com/resharper/features/command-line.html, but I want to have the command line tools as a solution NuGet package. Is there any package on the internet available? I found a link…
0
votes
0 answers

Xcode 6 error - Cannot find OpenGL/gl.h

I'm using the Command Line Tools, and getting an error telling me it can not find OpenGL/gl.h I have the frameworks included, and targeted for the product. Any idea why this is happening? I looked at the frameworks, and I see the header files. I'm…