tree: 6baa80b20affc18032f613324b57aaee71020d3c [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. codesize/
  4. dart/
  5. devshell/
  6. editors/
  7. fish/
  8. fuzzing/
  9. fxtest/
  10. fxutils/
  11. gce/
  12. git/
  13. gn_complete/
  14. memory/
  15. mkinstaller/
  16. move_source/
  17. owner/
  18. prebuilts/
  19. rust/
  20. scrutiny/
  21. sdk/
  22. status/
  23. style/
  24. tests/
  25. third_party/
  26. unification/
  27. verify_cmdline_params/
  28. vim/
  29. youcompleteme/
  30. zsh-completion/
  31. .gitignore
  32. bootstrap
  33. build-qemu.sh
  34. BUILD.gn
  35. build_id_conv.py
  36. change_testability_review_analyzer.py
  37. colorize_logs
  38. cq_perf_results.py
  39. difl
  40. fd.py
  41. fetch-build-artifacts
  42. fidl_project_schema.json
  43. find_integration_revision.py
  44. flog
  45. fx
  46. fx-env.fish
  47. fx-env.sh
  48. fx-help.awk
  49. fx-wrapper
  50. gen_rust_analyzer.py
  51. generate-fidl-project.py
  52. generate-fidl-tags.py
  53. generate-intellij-config.py
  54. generate_cargo.py
  55. git_utils.py
  56. gn_to_cmake.py
  57. OWNERS
  58. paths.py
  59. README.md
  60. run-zircon-arm64
  61. run-zircon-x86
  62. simplify_stacktraces
  63. sync-from-stem.py
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.