Giter Club home page Giter Club logo

Comments (11)

ftk789 avatar ftk789 commented on September 28, 2024 2

Closing this issue since @thepyzhov made a PR and hopefully it get's merged and he provided an alternative using AWK. Thank you again @thepyzhov

from gauth.

fabiandiez avatar fabiandiez commented on September 28, 2024 1

Or even better, the ability to get only the current code, something like:
$ gauth --key=snapchat --type=current

from gauth.

thepyzhov avatar thepyzhov commented on September 28, 2024 1

Sent #66 PR to resolve this issue

from gauth.

thepyzhov avatar thepyzhov commented on September 28, 2024

Also, until the PR isn't merged, you can use:

$ gauth | awk '/CODE_NAME/ {print $3}' for printing current code

from gauth.

ftk789 avatar ftk789 commented on September 28, 2024

Assuming AWK is the programing language? I mean not all users use Linux, So what would that be in Windows?

from gauth.

thepyzhov avatar thepyzhov commented on September 28, 2024

@ftk789 I'm not sure about Windows, but I guess this post can help

from gauth.

ftk789 avatar ftk789 commented on September 28, 2024

@ftk789 I'm not sure about Windows, but I guess this post can help

Oh I didn't know there's AWK for Windows, Thank you for this, Although the command you gave doesn't work

from gauth.

thepyzhov avatar thepyzhov commented on September 28, 2024

For example (if I have Google code): $ gauth | awk '/Google/ {print $3}' works on Mac Terminal fine

Maybe for Windows AWK or grep has different API

from gauth.

ftk789 avatar ftk789 commented on September 28, 2024

For example (if I have Google code): $ gauth | awk '/Google/ {print $3} works on Mac Terminal fine

Maybe for Windows AWK or grep another API

image
Needs an investigation, Thank you in any case.

from gauth.

thepyzhov avatar thepyzhov commented on September 28, 2024

@ftk789 As I see, you've missed closing '. Should be '/Discord/ {print $3}'

from gauth.

ftk789 avatar ftk789 commented on September 28, 2024

@ftk789 As I see, you've missed closing '. Should be '/Discord/ {print $3}'

Oh sorry that was a mistake, Even with that still doesn't work, After some investigation, Seems like ' ' for windows works only in PowerShell, In CMD it needs " " instead. Thank you soo much.

from gauth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.